patch-src_synfigapp_action_system_h 420 B

123456789101112131415
  1. $OpenBSD: patch-src_synfigapp_action_system_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
  2. Fix build with libsigc++ >= 2.6.0.
  3. --- src/synfigapp/action_system.h.orig Thu Jul 9 09:33:04 2015
  4. +++ src/synfigapp/action_system.h Thu Sep 24 11:06:18 2015
  5. @@ -29,7 +29,6 @@
  6. #include "action.h"
  7. #include <sigc++/signal.h>
  8. -#include <sigc++/object.h>
  9. #include <ETL/handle>
  10. #include <synfig/canvas.h>
  11. #include "uimanager.h"