diff options
Diffstat (limited to 'cpp/include/Ice/FactoryTableInit.h')
-rw-r--r-- | cpp/include/Ice/FactoryTableInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/FactoryTableInit.h b/cpp/include/Ice/FactoryTableInit.h index 5c50d71b66f..9aca1831eb8 100644 --- a/cpp/include/Ice/FactoryTableInit.h +++ b/cpp/include/Ice/FactoryTableInit.h @@ -21,7 +21,7 @@ public: static FactoryTableInit factoryTableInitializer; // Dummy variable to force initialization of factoryTable -extern ICE_API FactoryTable* factoryTable; +extern ICE_API FactoryTable* factoryTable ICE_GLOBAL_VAR_SUFFIX; class ICE_API CompactIdInit { |