projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tracking open modal dialogs
[wxWidgets.git]
/
include
/
wx
/
mgl
/
popupwin.h
diff --git
a/include/wx/mgl/popupwin.h
b/include/wx/mgl/popupwin.h
index fd56a9b5cb336f121df88f2faf4b1737a67a6f2a..dea9211249814a0aa4e163cf30e03b0fe8072ca9 100644
(file)
--- a/
include/wx/mgl/popupwin.h
+++ b/
include/wx/mgl/popupwin.h
@@
-4,7
+4,7
@@
// Author: Vadim Zeitlin
// Created: 06.01.01
// RCS-ID: $Id$
// Author: Vadim Zeitlin
// Created: 06.01.01
// RCS-ID: $Id$
-// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright: (c) 2001
-2002
SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@@
-15,7
+15,7
@@
// wxPopupWindow
// ----------------------------------------------------------------------------
// wxPopupWindow
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxPopupWindow : public wxPopupWindowBase
+class WXDLL
IMPEXP_CORE
wxPopupWindow : public wxPopupWindowBase
{
public:
wxPopupWindow() { }
{
public:
wxPopupWindow() { }
@@
-30,6
+30,9
@@
public:
wxDefaultPosition, wxDefaultSize,
(flags & wxBORDER_MASK) | wxPOPUP_WINDOW);
}
wxDefaultPosition, wxDefaultSize,
(flags & wxBORDER_MASK) | wxPOPUP_WINDOW);
}
+
+protected:
+ DECLARE_DYNAMIC_CLASS(wxPopupWindow)
};
#endif // _WX_POPUPWIN_H_
};
#endif // _WX_POPUPWIN_H_