projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed extraneous semicolons and commas (partly fixes #10456).
[wxWidgets.git]
/
include
/
wx
/
graphics.h
diff --git
a/include/wx/graphics.h
b/include/wx/graphics.h
index aba3af1aa40d8b09d608414e3b497cec3c6c915c..a00468f6ca4baccbacbb64d57e8da8eb2f353419 100644
(file)
--- a/
include/wx/graphics.h
+++ b/
include/wx/graphics.h
@@
-498,7
+498,7
@@
protected:
wxGraphicsFont m_font;
wxRasterOperationMode m_logicalFunction;
-pr
ivate
:
+pr
otected
:
// implementations of overloaded public functions: we use different names
// for them to avoid the virtual function hiding problems in the derived
// classes