summaryrefslogtreecommitdiff
path: root/indra/llcommon/metaproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/metaproperty.cpp')
-rw-r--r--indra/llcommon/metaproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/metaproperty.cpp b/indra/llcommon/metaproperty.cpp
index befee61a8a..adcda03389 100644
--- a/indra/llcommon/metaproperty.cpp
+++ b/indra/llcommon/metaproperty.cpp
@@ -25,7 +25,7 @@ const LLMetaClass& LLMetaProperty::getObjectMetaClass() const
{
return mObjectClass;
}
-
+
void LLMetaProperty::checkObjectClass(const LLReflective* object) const
{
if(! mObjectClass.isInstance(object))