projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git]
/
include
/
wx
/
mac
/
accel.h
diff --git
a/include/wx/mac/accel.h
b/include/wx/mac/accel.h
index ae8c042e5c7816b9076ed1960d3952c901ab820b..dcccf61a60d1cfd6ba8b6f6ab38bfdf3b23eb86d 100644
(file)
--- a/
include/wx/mac/accel.h
+++ b/
include/wx/mac/accel.h
@@
-1,5
+1,5
@@
-#if __WXMAC_CLASSIC__
+#if
def
__WXMAC_CLASSIC__
#include "wx/mac/classic/accel.h"
#else
#include "wx/mac/carbon/accel.h"
-#endif
\ No newline at end of file
+#endif