summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-08-23 18:45:45 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-08-23 18:45:45 +0300
commitd775f9b63dd842613abe254fd80451fb318502c1 (patch)
tree00366d97322c73bba6b72966fd77fd149fb0139e /indra/newview/llpreviewscript.h
parentd290f2c512a3bdbb526fc0fc00e17a9c8bdc0693 (diff)
MAINT-7732 FIXED Crash in LLLiveLSLEditor::loadScriptText
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rw-r--r--indra/newview/llpreviewscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h
index 6b31125641..8178bb9325 100644
--- a/indra/newview/llpreviewscript.h
+++ b/indra/newview/llpreviewscript.h
@@ -90,6 +90,7 @@ public:
bool canLoadOrSaveToFile( void* userdata );
void setScriptText(const std::string& text, BOOL is_valid);
+ void makeEditorPristine();
bool loadScriptText(const std::string& filename);
bool writeToFile(const std::string& filename);
void sync();