diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 22:47:34 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 22:47:34 +0000 |
commit | 1cf2acf6d70c5ce68d6faedffbbf2b070f2a6fd7 (patch) | |
tree | 795efc997ca4f814fb2b62f38cce0e974b944473 /indra/newview/llpreviewscript.h | |
parent | 009245510149c26337ac1cca64a367cd2234725b (diff) |
Fixing some small discrepencies.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index bc0256703e..149c27461e 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -78,7 +78,7 @@ public: ~LLScriptEdCore(); void initMenu(); - bool initKeywords(); + void initKeywords(); virtual void draw(); /*virtual*/ BOOL postBuild(); |