patch-src_gui_canvasview_cpp 436 B

12345678910111213141516
  1. $OpenBSD: patch-src_gui_canvasview_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
  2. Fix build with libsigc++ >= 2.6.0.
  3. --- src/gui/canvasview.cpp.orig Sat Jul 18 10:59:00 2015
  4. +++ src/gui/canvasview.cpp Thu Sep 24 11:08:06 2015
  5. @@ -92,8 +92,6 @@
  6. //#include <synfigapp/action_deletewaypoint.h>
  7. #include <sigc++/retype_return.h>
  8. -#include <sigc++/retype.h>
  9. -//#include <sigc++/hide.h>
  10. #include "canvasview.h"
  11. #include "instance.h"