]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.h
WinCE doesn't have GetMessageTime
[wxWidgets.git] / samples / widgets / widgets.h
index bfd7ca6b4f0610921a3cf011ea64c98fab8c92af..7f36a57134f01086ae14e685e11ef9abd82a1ce4 100644 (file)
@@ -17,7 +17,7 @@ class WXDLLEXPORT wxNotebook;
 class WXDLLEXPORT wxSizer;
 class WXDLLEXPORT wxTextCtrl;
 
-class WXDLLEXPORT WidgetsPageInfo;
+class WidgetsPageInfo;
 
 #include "wx/panel.h"
 
@@ -68,7 +68,7 @@ public:
 // dynamic WidgetsPage creation helpers
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT WidgetsPageInfo
+class WidgetsPageInfo
 {
 public:
     typedef WidgetsPage *(*Constructor)(wxNotebook *notebook,