diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-06 13:24:52 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-06 13:24:52 +0000 |
commit | 76aa75974f25ffe3837fd5789a00e9dd194903e4 (patch) | |
tree | 07e34bae30ed2d588f1d796463eb68a0b4803719 /indra/newview/llpreviewscript.h | |
parent | 5067f1eed9f00e93bf287bf0fce69c8212a51ff2 (diff) |
storm-1831 Changes in postBuild to use onFileFetchedCallback
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | 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 2dd5a1b6a7..67a4ca52fa 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -79,6 +79,7 @@ public: void initMenu(); void onRegionChangeInitialiseKeywords(); + void onFileFetchedInitialiseKeywords(); virtual void draw(); /*virtual*/ BOOL postBuild(); |