projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix crash when using wxDataViewListStore::DeleteAllItems
[wxWidgets.git]
/
include
/
wx
/
strconv.h
diff --git
a/include/wx/strconv.h
b/include/wx/strconv.h
index 74e871324b109935cb56a583297688accc0f514d..cf538d1491ee437533c452d0f77966fa3ec30589 100644
(file)
--- a/
include/wx/strconv.h
+++ b/
include/wx/strconv.h
@@
-240,7
+240,7
@@
private:
// the conversion object we forward to
wxMBConv *m_conv;
- DECLARE_NO_ASSIGN_CLASS(wxConvBrokenFileNames)
+ wxDECLARE_NO_ASSIGN_CLASS(wxConvBrokenFileNames);
};
#endif // __UNIX__