]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/popupwin.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / mgl / popupwin.h
index 3985aa998b3881c9c95ca520db2698aae215069a..dea9211249814a0aa4e163cf30e03b0fe8072ca9 100644 (file)
@@ -5,7 +5,7 @@
 // Created:     06.01.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_POPUPWIN_H_
@@ -15,7 +15,7 @@
 // wxPopupWindow
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxPopupWindow : public wxPopupWindowBase
+class WXDLLIMPEXP_CORE wxPopupWindow : public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { }
@@ -31,7 +31,7 @@ public:
                                 (flags & wxBORDER_MASK) | wxPOPUP_WINDOW);
     }
 
-protected:    
+protected:
     DECLARE_DYNAMIC_CLASS(wxPopupWindow)
 };