projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b1419
)
wxDefaultVideoMode is const
author
Robin Dunn
<robin@alldunn.com>
Sat, 27 Nov 2010 08:40:27 +0000
(08:40 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Sat, 27 Nov 2010 08:40:27 +0000
(08:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66269
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/vidmode.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/vidmode.h
b/interface/wx/vidmode.h
index c4120ef91d1984f1965fb790325b064c521c0e55..5a683fb0975acebd6485f9c863ecd3b0e8ddf392 100644
(file)
--- a/
interface/wx/vidmode.h
+++ b/
interface/wx/vidmode.h
@@
-86,5
+86,5
@@
public:
/**
A global wxVideoMode instance used by wxDisplay.
*/
-wxVideoMode wxDefaultVideoMode;
+
const
wxVideoMode wxDefaultVideoMode;