diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-08-23 18:45:45 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-08-23 18:45:45 +0300 |
commit | d775f9b63dd842613abe254fd80451fb318502c1 (patch) | |
tree | 00366d97322c73bba6b72966fd77fd149fb0139e /indra/newview/llpreviewscript.h | |
parent | d290f2c512a3bdbb526fc0fc00e17a9c8bdc0693 (diff) |
MAINT-7732 FIXED Crash in LLLiveLSLEditor::loadScriptText
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rw-r--r-- | indra/newview/llpreviewscript.h | 1 |
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(); |