diff options
author | Armin Weatherwax | 2010-06-14 12:04:49 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:38:25 +0200 |
commit | 35df5441d3e2789663532c948731aff3a1e04728 (patch) | |
tree | ac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llfloaterclassified.cpp | |
parent | Changed version to Experimental 2010.09.18 (diff) | |
download | meta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2 meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz |
llmediaplugins first step
Diffstat (limited to 'linden/indra/newview/llfloaterclassified.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterclassified.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterclassified.cpp b/linden/indra/newview/llfloaterclassified.cpp index d426e04..0760303 100644 --- a/linden/indra/newview/llfloaterclassified.cpp +++ b/linden/indra/newview/llfloaterclassified.cpp | |||
@@ -57,7 +57,7 @@ public: | |||
57 | // requires trusted browser to trigger | 57 | // requires trusted browser to trigger |
58 | LLClassifiedHandler() : LLCommandHandler("classified", true) { } | 58 | LLClassifiedHandler() : LLCommandHandler("classified", true) { } |
59 | bool handle(const LLSD& tokens, const LLSD& query_map, | 59 | bool handle(const LLSD& tokens, const LLSD& query_map, |
60 | LLWebBrowserCtrl* web) | 60 | LLMediaCtrl* web) |
61 | { | 61 | { |
62 | if (tokens.size() < 2) | 62 | if (tokens.size() < 2) |
63 | { | 63 | { |