aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llpreviewscript.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
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);