summaryrefslogtreecommitdiff
path: root/indra/newview/llcommanddispatcherlistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-12-21 15:24:32 -0500
committerNat Goodspeed <nat@lindenlab.com>2009-12-21 15:24:32 -0500
commit0e6f0e5ca16f534ff14c57c77c323bed2d6e730c (patch)
treefc286b06bc70e7ac325db51ebb00ccd70eeb0201 /indra/newview/llcommanddispatcherlistener.h
parentd215cd5c244a5448668cb2173b1d95d0d6adf3ae (diff)
parent3b2d0e33fdd2c96e295b83ef4a1b4558beeb5db1 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llcommanddispatcherlistener.h')
-rw-r--r--indra/newview/llcommanddispatcherlistener.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcommanddispatcherlistener.h b/indra/newview/llcommanddispatcherlistener.h
index d0070ddd71..9bcddebcc1 100644
--- a/indra/newview/llcommanddispatcherlistener.h
+++ b/indra/newview/llcommanddispatcherlistener.h
@@ -23,6 +23,7 @@ public:
private:
void dispatch(const LLSD& params) const;
+ void enumerate(const LLSD& params) const;
//LLCommandDispatcher* mDispatcher;
};