summaryrefslogtreecommitdiff
path: root/indra/llui/llrngwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llrngwriter.h')
-rw-r--r--indra/llui/llrngwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llrngwriter.h b/indra/llui/llrngwriter.h
index 33ec049a1a..2c39472607 100644
--- a/indra/llui/llrngwriter.h
+++ b/indra/llui/llrngwriter.h
@@ -37,7 +37,7 @@ public:
void writeRNG(const std::string& name, LLXMLNodePtr node, const LLInitParam::BaseBlock& block, const std::string& xml_namespace);
void addDefinition(const std::string& type_name, const LLInitParam::BaseBlock& block);
- /*virtual*/ std::string getCurrentElementName() { return LLStringUtil::null; }
+ std::string getCurrentElementName() override { return LLStringUtil::null; }
LLRNGWriter();