projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added test mode to wxLongLongWx which allowed to find the bug in operator*=()
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
dc.h
diff --git
a/include/wx/gtk1/dc.h
b/include/wx/gtk1/dc.h
index c44beb9c53e1b9dd6b9811b937b934df147f840e..2ce4f8de26d51ae9da03f01e9da2b8eae05bf8be 100644
(file)
--- a/
include/wx/gtk1/dc.h
+++ b/
include/wx/gtk1/dc.h
@@
-40,8
+40,6
@@
class wxDC;
class wxDC : public wxDCBase
{
class wxDC : public wxDCBase
{
- DECLARE_ABSTRACT_CLASS(wxDC)
-
public:
wxDC();
~wxDC() { }
public:
wxDC();
~wxDC() { }
@@
-151,6
+149,9
@@
public:
m_needComputeScaleY; // not yet used
float m_scaleFactor; // wxPSDC wants to have this. Will disappear.
m_needComputeScaleY; // not yet used
float m_scaleFactor; // wxPSDC wants to have this. Will disappear.
+
+private:
+ DECLARE_ABSTRACT_CLASS(wxDC)
};
#endif // __GTKDCH__
};
#endif // __GTKDCH__