X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/03e7dd38e43d467d835fe48ee5bea5acbb37f08d..41a9f8066376f8d86b26f03dcab1128e6c0eec08:/include/stg/plugin_creator.h 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 & rvalue); + PLUGIN_CREATOR & operator=(const PLUGIN_CREATOR & rvalue); }; #endif