projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed static methods from wxAppTraitsBase, this doesn't work well in non-monolithic...
[wxWidgets.git]
/
include
/
wx
/
generic
/
accel.h
diff --git
a/include/wx/generic/accel.h
b/include/wx/generic/accel.h
index 2067e0fd23551e72f1f66ee5c0cee6e195ba51b4..4ba1dc43003c2d9155ebe9ea632222884d3a0608 100644
(file)
--- a/
include/wx/generic/accel.h
+++ b/
include/wx/generic/accel.h
@@
-10,7
+10,7
@@
#ifndef _WX_GENERIC_ACCEL_H_
#define _WX_GENERIC_ACCEL_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "accel.h"
#endif