diff options
Diffstat (limited to 'cppe/include/IceE/FactoryTable.h')
-rw-r--r-- | cppe/include/IceE/FactoryTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/FactoryTable.h b/cppe/include/IceE/FactoryTable.h index e10c6135d4a..d5a0cb26698 100644 --- a/cppe/include/IceE/FactoryTable.h +++ b/cppe/include/IceE/FactoryTable.h @@ -23,7 +23,7 @@ public: ~FactoryTable(); }; -static FactoryTable factoryTableInitializer; // Dummy variable to force initialization of factoryTable +static FactoryTable factoryTableInitializer; // Dummy variable to force initialization of factoryTable extern ICE_API FactoryTableDef* factoryTable; |