projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implement wxColourDialog::Move() (patch 548048)
[wxWidgets.git]
/
include
/
wx
/
msw
/
cursor.h
diff --git
a/include/wx/msw/cursor.h
b/include/wx/msw/cursor.h
index e3b5d0cc7971cbafafc7ed8338c04b8c225fae7f..8b1c63a172c8b5df57b0cb0f342a007e04a6bbda 100644
(file)
--- a/
include/wx/msw/cursor.h
+++ b/
include/wx/msw/cursor.h
@@
-12,8
+12,6
@@
#ifndef _WX_CURSOR_H_
#define _WX_CURSOR_H_
#ifndef _WX_CURSOR_H_
#define _WX_CURSOR_H_
-#include "wx/image.h"
-
#ifdef __GNUG__
#pragma interface "cursor.h"
#endif
#ifdef __GNUG__
#pragma interface "cursor.h"
#endif
@@
-36,6
+34,8
@@
#define wxCursorBase wxGDIImage
#endif
#define wxCursorBase wxGDIImage
#endif
+class WXDLLEXPORT wxImage;
+
class WXDLLEXPORT wxCursorRefData : public wxCursorRefDataBase
{
public:
class WXDLLEXPORT wxCursorRefData : public wxCursorRefDataBase
{
public: