More WXDLLIMPEXP_GIZMOS fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-30 18:54:35 +00:00
parent ac73c6c1f4
commit 6a9e7de988
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
#include "wx/bitmap.h"
#include "wx/image.h"
#include "wx/gizmos/gizmos.h"
enum
{
wxSCALE_HORIZONTAL = 0x1,

View File

@@ -21,7 +21,7 @@
// XML resource handler for the wxStaticPicture class in wxContrib.
//
class WXDLLIMPEXP_XRC wxStaticPictureXmlHandler : public wxXmlResourceHandler
class WXDLLIMPEXP_GIZMOS wxStaticPictureXmlHandler : public wxXmlResourceHandler
{
public: