diff options
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r-- | linden/indra/newview/llpreviewscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h index 0d5c300..8e61435 100644 --- a/linden/indra/newview/llpreviewscript.h +++ b/linden/indra/newview/llpreviewscript.h | |||
@@ -138,6 +138,7 @@ protected: | |||
138 | private: | 138 | private: |
139 | std::string mSampleText; | 139 | std::string mSampleText; |
140 | std::string mHelpURL; | 140 | std::string mHelpURL; |
141 | std::string mScriptTitle; | ||
141 | LLTextEditor* mEditor; | 142 | LLTextEditor* mEditor; |
142 | void (*mLoadCallback)(void* userdata); | 143 | void (*mLoadCallback)(void* userdata); |
143 | void (*mSaveCallback)(void* userdata, BOOL close_after_save); | 144 | void (*mSaveCallback)(void* userdata, BOOL close_after_save); |