git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added configuration checks.
[stg.git]
/
include
/
stg
/
plugin_creator.h
diff --git
a/include/stg/plugin_creator.h
b/include/stg/plugin_creator.h
index d50feb935f3b969e55f926120abc9563b9673e87..755c20686cc8a2cca398be740a9b93a057aea011 100644
(file)
--- 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