projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxprec.h
[wxWidgets.git]
/
include
/
wx
/
os2
/
gdiobj.h
diff --git
a/include/wx/os2/gdiobj.h
b/include/wx/os2/gdiobj.h
index d417de921cd9aed0a0917da68f86eb847c725f0c..8df2166d6aeb559ad2fd5a8e9e746ab198579683 100644
(file)
--- a/
include/wx/os2/gdiobj.h
+++ b/
include/wx/os2/gdiobj.h
@@
-14,11
+14,11
@@
#include "wx/object.h"
-class WXDLLEXPORT wxGDIRefData: public wxObjectRefData {
+class WXDLLEXPORT wxGDIRefData: public wxObjectRefData
+{
public:
inline wxGDIRefData()
- {
- }
+ { }
};
#define M_GDIDATA ((wxGDIRefData *)m_refData)