]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valgen.h
Also set GTK text direction to m_wxwindow.
[wxWidgets.git] / include / wx / valgen.h
index 4b165afab43ce42f8eecc78c163a908c79d34ebe..35dd44ff5faaaacb3ede183eec4c431ce7f21070 100644 (file)
@@ -5,17 +5,13 @@
 // Modified by:
 // Created:     Jan 22 1999
 // RCS-ID:
-// Copyright:   (c) 1999 Kevin Smith
+// Copyright:   (c) 1999 Julian Smart (assigned from Kevin)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_VALGENH__
 #define _WX_VALGENH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "valgen.h"
-#endif
-
 #include "wx/validate.h"
 
 #if wxUSE_VALIDATORS
@@ -30,7 +26,7 @@ public:
   wxGenericValidator(wxArrayInt* val);
   wxGenericValidator(const wxGenericValidator& copyFrom);
 
-  ~wxGenericValidator();
+  virtual ~wxGenericValidator(){}
 
   // Make a clone of this validator (or return NULL) - currently necessary
   // if you're passing a reference to a validator.