projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update documentation about custom schemes and virtual file systems.
[wxWidgets.git]
/
src
/
mgl
/
region.cpp
diff --git
a/src/mgl/region.cpp
b/src/mgl/region.cpp
index 62457373753d764ed9fb77b840be989a0fe22f36..7a93ccce57d1cf35645d5f2fdb8a523f9717c723 100644
(file)
--- a/
src/mgl/region.cpp
+++ b/
src/mgl/region.cpp
@@
-147,7
+147,7
@@
void wxRegion::Clear()
bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
{
bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
{
- wxFAIL_MSG(
_
T("not implemented") );
+ wxFAIL_MSG(
wx
T("not implemented") );
return false;
}
return false;
}