]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xti.h
don't use a floating point value as a boolean flag; gcc4 (correctly) complains when...
[wxWidgets.git] / include / wx / xti.h
index 87da89c741919b31b12fd36b884b27a0fd3bbefd..881ae54bec77d3703b19ee7efd3c7232db6583df 100644 (file)
 #ifndef _WX_XTIH__
 #define _WX_XTIH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "xti.h"
-#endif
-
 // We want to support properties, event sources and events sinks through
 // explicit declarations, using templates and specialization to make the
 // effort as painless as possible.