]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/numdlgg.h
made GetPage() not virtual because it doesn't need to be virtual and this allows...
[wxWidgets.git] / include / wx / generic / numdlgg.h
index a5f24a9780706926b9f889969e6deee9c5ce1ff4..6e0e40f930a4efe60987898dc33cee3ac6594183 100644 (file)
@@ -5,17 +5,13 @@
 // Modified by:
 // Created:     07.02.04 (extracted from textdlgg.cpp)
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __NUMDLGH_G__
 #define __NUMDLGH_G__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "numdlgg.h"
-#endif
-
 #if wxUSE_NUMBERDLG
 
 #include "wx/defs.h"
@@ -60,6 +56,7 @@ protected:
 
 private:
     DECLARE_EVENT_TABLE()
+    DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
     DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
 };