projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compat...
[wxWidgets.git]
/
src
/
common
/
fontmap.cpp
diff --git
a/src/common/fontmap.cpp
b/src/common/fontmap.cpp
index 88f9add4233dbe7c6b0dc8d5c7d623d7b5b3371a..0dee4cb1f1479b75ae4a14c5ae91df0045fc80fc 100644
(file)
--- a/
src/common/fontmap.cpp
+++ b/
src/common/fontmap.cpp
@@
-140,7
+140,7
@@
private:
bool m_flagOld;
bool& m_flag;
- DECLARE_NO_COPY_CLASS(ReentrancyBlocker)
+ wxDECLARE_NO_COPY_CLASS(ReentrancyBlocker);
};
// ============================================================================