]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/validate.cpp
No significant change
[wxWidgets.git] / src / common / validate.cpp
index 44e0caeeceb8adf77fb44313e5b66df57d1519aa..d1ff855efb83c0a62146b2c6904e44b44f1d9f2a 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -34,9 +34,7 @@
 
 const wxValidator wxDefaultValidator;
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler)
-#endif
 
 // VZ: personally, I think TRUE would be more appropriate - these bells are
 //     _annoying_