]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/validate.h
removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacin...
[wxWidgets.git] / interface / validate.h
index 9ca2e96cbc9fbe9c7abb0bd65c1edc0db8468848..a0c4ec1ace3be6aed25c21b8eff5d82b7749031f 100644 (file)
@@ -58,7 +58,6 @@ public:
         and brushes, it does not make sense to have a reference counting scheme
         to do this cloning, because all validators should have separate
         data.
-        
         This base function returns @NULL.
     */
     virtual wxObject* Clone();
@@ -72,7 +71,7 @@ public:
         This functions switches on or turns off the error sound produced by the
         validators if an invalid key is pressed.
     */
-    void SetBellOnError(bool doIt = @true);
+    void SetBellOnError(bool doIt = true);
 
     /**
         Associates a window with the validator.