diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 21:57:29 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 21:57:29 +0000 |
commit | 488964157cb02b44ac9c72bb6c57e47c2b21ee53 (patch) | |
tree | 4b1022c0f89a41a7767853ead47c33a76d69d840 /indra/newview/llpreviewscript.h | |
parent | 5e27952ee4698006c86ebdca60c4eab305ddebac (diff) |
Moving keywords code into its own method.
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 73ccaab0b8..bc0256703e 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -78,6 +78,7 @@ public: ~LLScriptEdCore(); void initMenu(); + bool initKeywords(); virtual void draw(); /*virtual*/ BOOL postBuild(); |