aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r--linden/indra/newview/llpreviewscript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h
index 977b9ce..58de041 100644
--- a/linden/indra/newview/llpreviewscript.h
+++ b/linden/indra/newview/llpreviewscript.h
@@ -65,7 +65,7 @@ public:
65 const std::string& name, 65 const std::string& name,
66 const LLRect& rect, 66 const LLRect& rect,
67 const std::string& sample, 67 const std::string& sample,
68 const std::string& help, 68 const std::string& help_url,
69 const LLHandle<LLFloater>& floater_handle, 69 const LLHandle<LLFloater>& floater_handle,
70 void (*load_callback)(void* userdata), 70 void (*load_callback)(void* userdata),
71 void (*save_callback)(void* userdata, BOOL close_after_save), 71 void (*save_callback)(void* userdata, BOOL close_after_save),
@@ -132,7 +132,7 @@ protected:
132 132
133private: 133private:
134 std::string mSampleText; 134 std::string mSampleText;
135 std::string mHelpFile; 135 std::string mHelpURL;
136 LLTextEditor* mEditor; 136 LLTextEditor* mEditor;
137 void (*mLoadCallback)(void* userdata); 137 void (*mLoadCallback)(void* userdata);
138 void (*mSaveCallback)(void* userdata, BOOL close_after_save); 138 void (*mSaveCallback)(void* userdata, BOOL close_after_save);