summaryrefslogtreecommitdiff
path: root/indra/llxml/llcontrol.h
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-03-16 17:10:06 -0400
committerprep linden <prep@lindenlab.com>2011-03-16 17:10:06 -0400
commit4b54ec7965cd874af4d0eef381d0bc9fe06cff04 (patch)
treedd967a4263907ad7de733622cff8f886da1ac7de /indra/llxml/llcontrol.h
parentaaaddfe08942ff15bbe0c6549dc82dda95ce3ba1 (diff)
parent037a83cd47e016f70092bccfdb2c13e759c6ff0a (diff)
merge
Diffstat (limited to 'indra/llxml/llcontrol.h')
-rw-r--r--indra/llxml/llcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h
index 93975579cc..e402061e1f 100644
--- a/indra/llxml/llcontrol.h
+++ b/indra/llxml/llcontrol.h
@@ -289,7 +289,7 @@ public:
// as the given type.
U32 loadFromFileLegacy(const std::string& filename, BOOL require_declaration = TRUE, eControlType declare_as = TYPE_STRING);
U32 saveToFile(const std::string& filename, BOOL nondefault_only);
- U32 loadFromFile(const std::string& filename, bool default_values = false);
+ U32 loadFromFile(const std::string& filename, bool default_values = false, bool save_values = true);
void resetToDefaults();
};