projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxGTK compile fixes for my wxMSW changes
[wxWidgets.git]
/
include
/
wx
/
list.h
diff --git
a/include/wx/list.h
b/include/wx/list.h
index cb08945a0a7b1e3456422bce8ac62543c76667e6..01eddf8190c42140e75a4fbb582d68f4c9b78ccb 100644
(file)
--- a/
include/wx/list.h
+++ b/
include/wx/list.h
@@
-438,7
+438,7
@@
private:
(nodetype *)prev, (nodetype *)next, \
(T *)data, key); \
} \
- }
;
+ }
#define WX_DECLARE_LIST_2(elementtype, listname, nodename) \
WX_DECLARE_LIST_3(elementtype, elementtype, listname, nodename)