projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing const
[wxWidgets.git]
/
include
/
wx
/
mgl
/
font.h
diff --git
a/include/wx/mgl/font.h
b/include/wx/mgl/font.h
index a94a28c3eaa026f1a1a0acbfab0f59ba96c82846..93802a8dd8ca9e8c676978e3ca677efb328e2294 100644
(file)
--- a/
include/wx/mgl/font.h
+++ b/
include/wx/mgl/font.h
@@
-60,7
+60,7
@@
public:
{
Create(size, family, style, weight, underlined, face, encoding);
}
{
Create(size, family, style, weight, underlined, face, encoding);
}
-
+
wxFont(const wxSize& pixelSize,
wxFontFamily family,
wxFontStyle style,
wxFont(const wxSize& pixelSize,
wxFontFamily family,
wxFontStyle style,
@@
-72,7
+72,7
@@
public:
Create(10, family, style, weight, underlined, face, encoding);
SetPixelSize(pixelSize);
}
Create(10, family, style, weight, underlined, face, encoding);
SetPixelSize(pixelSize);
}
-
+
bool Create(int size,
wxFontFamily family,
wxFontStyle style,
bool Create(int size,
wxFontFamily family,
wxFontStyle style,