summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/FactoryTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/FactoryTable.h')
-rw-r--r--cppe/include/IceE/FactoryTable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/include/IceE/FactoryTable.h b/cppe/include/IceE/FactoryTable.h
index d023b5b798b..956361a0656 100644
--- a/cppe/include/IceE/FactoryTable.h
+++ b/cppe/include/IceE/FactoryTable.h
@@ -7,15 +7,15 @@
//
// **********************************************************************
-#ifndef ICEE_FACTORYTABLE_H
-#define ICEE_FACTORYTABLE_H
+#ifndef ICE_FACTORYTABLE_H
+#define ICE_FACTORYTABLE_H
#include <IceE/FactoryTableDef.h>
namespace IceInternal
{
-class ICEE_API FactoryTable
+class ICE_API FactoryTable
{
public:
@@ -25,7 +25,7 @@ public:
static FactoryTable factoryTableInitializer; // Dummy variable to force initialization of factoryTable
-extern ICEE_API FactoryTableDef* factoryTable;
+extern ICE_API FactoryTableDef* factoryTable;
}