diff options
Diffstat (limited to 'cppe/src/IceE/FactoryTableDef.cpp')
-rw-r--r-- | cppe/src/IceE/FactoryTableDef.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/FactoryTableDef.cpp b/cppe/src/IceE/FactoryTableDef.cpp index 25c94f8745f..5c84b901c5b 100644 --- a/cppe/src/IceE/FactoryTableDef.cpp +++ b/cppe/src/IceE/FactoryTableDef.cpp @@ -20,7 +20,7 @@ namespace IceInternal FactoryTableWrapper factoryTableWrapper; // Single global instance of the wrapper object that // initializes factoryTable. -ICEE_API FactoryTableDef* factoryTable; // Single global instance of the factory table for +ICE_API FactoryTableDef* factoryTable; // Single global instance of the factory table for // non-local exceptions and non-abstract classes } @@ -140,5 +140,5 @@ IceInternal::FactoryTableWrapper::finalize() } } -IceUtil::StaticMutex IceInternal::FactoryTableWrapper::_m = ICEE_STATIC_MUTEX_INITIALIZER; +IceUtil::StaticMutex IceInternal::FactoryTableWrapper::_m = ICE_STATIC_MUTEX_INITIALIZER; int IceInternal::FactoryTableWrapper::_initCount = 0; // Initialization count |