diff options
Diffstat (limited to 'indra/llcommon/metaproperty.h')
-rw-r--r-- | indra/llcommon/metaproperty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/metaproperty.h b/indra/llcommon/metaproperty.h index e5ac35907c..6c016c56dd 100644 --- a/indra/llcommon/metaproperty.h +++ b/indra/llcommon/metaproperty.h @@ -41,7 +41,7 @@ class LLMetaClass; class LLReflective; -class LLMetaProperty +class LL_COMMON_API LLMetaProperty { public: LLMetaProperty(const std::string& name, const LLMetaClass& object_class); |