diff options
Diffstat (limited to 'cpp/src/Ice/FactoryTableInit.cpp')
-rw-r--r-- | cpp/src/Ice/FactoryTableInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/FactoryTableInit.cpp b/cpp/src/Ice/FactoryTableInit.cpp index 0c411d866fb..9b1675e17c4 100644 --- a/cpp/src/Ice/FactoryTableInit.cpp +++ b/cpp/src/Ice/FactoryTableInit.cpp @@ -19,7 +19,7 @@ namespace IceInternal // Single global instance of the factory table for non-local // exceptions and non-abstract classes. // -ICE_DECLSPEC_EXPORT FactoryTable* factoryTable; +ICE_API FactoryTable* factoryTable; } |