summaryrefslogtreecommitdiff
path: root/indra/llcommon/metaproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/metaproperty.h')
-rw-r--r--indra/llcommon/metaproperty.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/metaproperty.h b/indra/llcommon/metaproperty.h
index e5ac35907c..96e1b314a4 100644
--- a/indra/llcommon/metaproperty.h
+++ b/indra/llcommon/metaproperty.h
@@ -39,9 +39,9 @@
#include "llsd.h"
#include "reflective.h"
-class LLMetaClass;
-class LLReflective;
-class LLMetaProperty
+class LL_COMMON_API LLMetaClass;
+class LL_COMMON_API LLReflective;
+class LL_COMMON_API LLMetaProperty
{
public:
LLMetaProperty(const std::string& name, const LLMetaClass& object_class);