summaryrefslogtreecommitdiff
path: root/x11-libs/fox/files/fox-1.7.85-fix-metaclass-header.patch
blob: fbd57bc409f7f035ffac06e69b551e860f8bddb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
fix from snapshot
prevent:
> /usr/include/fox-1.7/FXObject.h:54:28: error: ‘FXSelector’ in namespace ‘FX’ does not name a type

--- a/include/FXObject.h
+++ b/include/FXObject.h
@@ -25,6 +25,10 @@
 #include "FXCallback.h"
 #endif
 
+#ifndef FXMETACLASS_H
+#include "FXMetaClass.h"
+#endif
+
 namespace FX {