summaryrefslogtreecommitdiff
path: root/indra/llcommon/metaclass.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-07-30 19:05:53 -0700
committerbrad kittenbrink <brad@lindenlab.com>2009-07-30 19:05:53 -0700
commit29607ab70edea79cfdceaa52d632d77e6699cb8f (patch)
tree69d98175f8ad378b5d18bffb6f1286cd5714289d /indra/llcommon/metaclass.h
parent8d35bf28a0ddb0992bf2d87f45494f0724b7df64 (diff)
parent1af41b3ba733938541d7cc92ae56dd883638e32f (diff)
Merged my missing eventhost module error handling with palmer's linux build fixes.
Diffstat (limited to 'indra/llcommon/metaclass.h')
-rw-r--r--indra/llcommon/metaclass.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/metaclass.h b/indra/llcommon/metaclass.h
index 8b93e0d6d5..f38bcd2d57 100644
--- a/indra/llcommon/metaclass.h
+++ b/indra/llcommon/metaclass.h
@@ -40,9 +40,9 @@
#include "stdtypes.h"
-class LL_COMMON_API LLReflective;
-class LL_COMMON_API LLMetaProperty;
-class LL_COMMON_API LLMetaMethod;
+class LLReflective;
+class LLMetaProperty;
+class LLMetaMethod;
class LL_COMMON_API LLMetaClass
{
public: