diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpreviewscript.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r-- | linden/indra/newview/llpreviewscript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h index 92d56f8..21b8844 100644 --- a/linden/indra/newview/llpreviewscript.h +++ b/linden/indra/newview/llpreviewscript.h | |||
@@ -67,7 +67,7 @@ public: | |||
67 | const LLRect& rect, | 67 | const LLRect& rect, |
68 | const std::string& sample, | 68 | const std::string& sample, |
69 | const std::string& help, | 69 | const std::string& help, |
70 | const LLViewHandle& floater_handle, | 70 | const LLHandle<LLFloater>& floater_handle, |
71 | void (*load_callback)(void* userdata), | 71 | void (*load_callback)(void* userdata), |
72 | void (*save_callback)(void* userdata, BOOL close_after_save), | 72 | void (*save_callback)(void* userdata, BOOL close_after_save), |
73 | void (*search_replace_callback)(void* userdata), | 73 | void (*search_replace_callback)(void* userdata), |
@@ -144,7 +144,7 @@ private: | |||
144 | LLPanel* mCodePanel; | 144 | LLPanel* mCodePanel; |
145 | LLScrollListCtrl* mErrorList; | 145 | LLScrollListCtrl* mErrorList; |
146 | LLDynamicArray<LLEntryAndEdCore*> mBridges; | 146 | LLDynamicArray<LLEntryAndEdCore*> mBridges; |
147 | LLViewHandle mLiveHelpHandle; | 147 | LLHandle<LLFloater> mLiveHelpHandle; |
148 | LLKeywordToken* mLastHelpToken; | 148 | LLKeywordToken* mLastHelpToken; |
149 | LLFrameTimer mLiveHelpTimer; | 149 | LLFrameTimer mLiveHelpTimer; |
150 | S32 mLiveHelpHistorySize; | 150 | S32 mLiveHelpHistorySize; |