From 15d4346a1e3ada4bd14739b63fc239109dc96a0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Apr 2015 18:47:28 +0000 Subject: custom critical section class replaced with mir_cs/mir_cslock git-svn-id: http://svn.miranda-ng.org/main/trunk@13300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/src/Engine/ValueChooser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/Boltun/src/Engine/ValueChooser.h') 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) -- cgit v1.2.3