Fix 1859663: don't use the deprecated sigc++ compatibility API. This allows sigc...
[synfig.git] / synfig-studio / trunk / src / gtkmm / autorecover.h
index 425942d..7375dd9 100644 (file)
@@ -42,7 +42,7 @@ namespace studio {
 class AutoRecover
 {
        int timeout;
-       SigC::Connection auto_backup_connect;
+       sigc::connection auto_backup_connect;
 public:
        AutoRecover();
        ~AutoRecover();