diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-08 06:15:54 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-08 06:15:54 +0000 |
commit | 4b22a0bc54f71260b8ea2efc0637cb537fe81877 (patch) | |
tree | ef2b266511e9d1584f1179794c657394ad4fad86 /cpp/include/Ice/FactoryTableDef.h | |
parent | Got rid of redundant class. (diff) | |
download | ice-4b22a0bc54f71260b8ea2efc0637cb537fe81877.tar.bz2 ice-4b22a0bc54f71260b8ea2efc0637cb537fe81877.tar.xz ice-4b22a0bc54f71260b8ea2efc0637cb537fe81877.zip |
Added missing ICE_API directive.
Diffstat (limited to 'cpp/include/Ice/FactoryTableDef.h')
-rw-r--r-- | cpp/include/Ice/FactoryTableDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/FactoryTableDef.h b/cpp/include/Ice/FactoryTableDef.h index b8a4096df08..1d023db21b6 100644 --- a/cpp/include/Ice/FactoryTableDef.h +++ b/cpp/include/Ice/FactoryTableDef.h @@ -66,7 +66,7 @@ private: static int _initCount; }; -extern FactoryTableWrapper factoryTableWrapper; +extern ICE_API FactoryTableWrapper factoryTableWrapper; } |