projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reverted apparently accidental change of r57896
[wxWidgets.git]
/
src
/
unix
/
displayx11.cpp
diff --git
a/src/unix/displayx11.cpp
b/src/unix/displayx11.cpp
index de3a03b01914594c336fb2b3a98fccafab2962ae..23d28857a6b86545a9d5c47f061264859ca1ea26 100644
(file)
--- a/
src/unix/displayx11.cpp
+++ b/
src/unix/displayx11.cpp
@@
-71,7
+71,7
@@
public:
operator const XineramaScreenInfo *() const { return m_screens; }
- unsigned GetCount() const { return
wx_static_cast(unsigned,
m_num); }
+ unsigned GetCount() const { return
static_cast<unsigned>(
m_num); }
private:
XineramaScreenInfo *m_screens;