aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcommandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llcommandhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcommandhandler.h b/linden/indra/newview/llcommandhandler.h
index 5cb3ee7..b357ead 100644
--- a/linden/indra/newview/llcommandhandler.h
+++ b/linden/indra/newview/llcommandhandler.h
@@ -42,7 +42,7 @@ class LLFooHandler : public LLCommandHandler
42public: 42public:
43 // Inform the system you handle commands starting 43 // Inform the system you handle commands starting
44 // with "foo" and they are only allowed from 44 // with "foo" and they are only allowed from
45 // "trusted" (pointed at Linden content) browsers 45 // "trusted" browsers
46 LLFooHandler() : LLCommandHandler("foo", true) { } 46 LLFooHandler() : LLCommandHandler("foo", true) { }
47 47
48 // Your code here 48 // Your code here