diff options
Diffstat (limited to 'plugins/Boltun/src/Engine/ValueChooser.h')
-rw-r--r-- | plugins/Boltun/src/Engine/ValueChooser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Boltun/src/Engine/ValueChooser.h b/plugins/Boltun/src/Engine/ValueChooser.h index 10256a5b70..0018ac8ff2 100644 --- a/plugins/Boltun/src/Engine/ValueChooser.h +++ b/plugins/Boltun/src/Engine/ValueChooser.h @@ -29,6 +29,9 @@ private: bool *numbers;
const container data;
bool notifyOnReset;
+
+ ValueChooser& operator=(const ValueChooser&);
+
public:
ValueChooser(const container& vec, bool NotifyOnReset = false)
:data(vec), notifyOnReset(NotifyOnReset)
|