Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-studio / tags / stable / src / synfigapp / actions / layerduplicate.h
index 65c2558..1aba3a5 100644 (file)
@@ -62,6 +62,8 @@ public:
 
        virtual void prepare();
 
+       void export_dup_nodes(synfig::Layer::Handle, synfig::Canvas::Handle, int &);
+
        ACTION_MODULE_EXT
 };