X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/868373be936ab08e51e1512a5173674ce64a2c70..711da215b0294754409754bccbd920519b07c09d:/include/stg/plugin_creator.h?ds=inline

diff --git a/include/stg/plugin_creator.h b/include/stg/plugin_creator.h
index d50feb93..755c2068 100644
--- a/include/stg/plugin_creator.h
+++ b/include/stg/plugin_creator.h
@@ -12,6 +12,9 @@ public:
 
 private:
     T * plugin;
+
+    PLUGIN_CREATOR(const PLUGIN_CREATOR<T> & rvalue);
+    PLUGIN_CREATOR<T> & operator=(const PLUGIN_CREATOR<T> & rvalue);
 };
 
 #endif