]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/popupwin.h
implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl
[wxWidgets.git] / include / wx / motif / popupwin.h
index e4c54feab7956d4e1a4543b7dda403e616c8284c..14ceaedba1797651a6f4fe9a8aec8e008d4c519b 100644 (file)
@@ -6,21 +6,17 @@
 // Created:     28.08.03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Mattia Barbon
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MOTIF_POPUPWIN_H_
 #define _WX_MOTIF_POPUPWIN_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "popup.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxPopupWindow
 // ----------------------------------------------------------------------------
 
-class wxPopupWindow : public wxPopupWindowBase
+class WXDLLIMPEXP_CORE wxPopupWindow : public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { Init(); }