]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valtext.h
formatting
[wxWidgets.git] / include / wx / valtext.h
index cf15da9903600d7fcf9467f9799cd4f3701273d8..418c5d01bb96eb764db60688125d41f4b1dffce1 100644 (file)
@@ -95,6 +95,14 @@ protected:
 
         return TRUE;
     }
+
+private:
+// Cannot use
+//  DECLARE_NO_COPY_CLASS(wxTextValidator)
+// because copy constructor is explicitly declared above;
+// but no copy assignment operator is defined, so declare
+// it private to prevent the compiler from defining it:
+    wxTextValidator& operator=(const wxTextValidator&);
 };
 
 #endif