projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Avoid double free in wxComboBox::SetClientObject.
[wxWidgets.git]
/
include
/
wx
/
motif
/
icon.h
diff --git
a/include/wx/motif/icon.h
b/include/wx/motif/icon.h
index eea99e4055bdb32e8f7bca28b9c92dd40a3e0a88..eba9735f4d6a570713b6b63fdaf45e40681b7faa 100644
(file)
--- a/
include/wx/motif/icon.h
+++ b/
include/wx/motif/icon.h
@@
-12,7
+12,7
@@
#ifndef _WX_ICON_H_
#define _WX_ICON_H_
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "icon.h"
#endif