diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-21 12:07:46 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-21 12:07:46 -0600 |
commit | 54d392c4ff8a2a211e00a62023409b2dba85e8e9 (patch) | |
tree | ab78965258d994d3e1e0fb891965bcda17014449 /indra | |
parent | 3dc1b32bf32643613c9912f1165de0f52d0a82c8 (diff) |
Another oops windows build fix.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llscripteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscripteditor.cpp b/indra/newview/llscripteditor.cpp index bb59a1d821..5d87f7ba0c 100644 --- a/indra/newview/llscripteditor.cpp +++ b/indra/newview/llscripteditor.cpp @@ -32,7 +32,7 @@ static LLDefaultChildRegistry::Register<LLScriptEditor> r("script_editor"); -LLScriptEditor::LLScriptEditor::Params::Params() +LLScriptEditor::Params::Params() { } |