projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use wxRound instead of wxCoordRound
[wxWidgets.git]
/
include
/
wx
/
x11
/
dcclient.h
diff --git
a/include/wx/x11/dcclient.h
b/include/wx/x11/dcclient.h
index 7f939a3ec9a58bd7a2872faae48c0fff8eb70ece..7fa64da87361edad1d96633fae7ef788aed879e1 100644
(file)
--- a/
include/wx/x11/dcclient.h
+++ b/
include/wx/x11/dcclient.h
@@
-35,7
+35,7
@@
public:
wxWindowDC();
wxWindowDC( wxWindow *win );
- ~wxWindowDC();
+
virtual
~wxWindowDC();
virtual bool CanDrawBitmap() const { return true; }
virtual bool CanGetTextExtent() const { return true; }