summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingobjects.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-04 16:22:01 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-04 16:22:01 -0700
commite85909aa9b52ac439f2886ca0048069fb9561893 (patch)
treeeb7e5376f80c3a0adad98cc36799771ec96ba27c /indra/newview/llfloaterpathfindingobjects.h
parentea23285f8b728bf52c8490610c610f4abd2d6957 (diff)
Some class refactoring.
Diffstat (limited to 'indra/newview/llfloaterpathfindingobjects.h')
-rw-r--r--indra/newview/llfloaterpathfindingobjects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpathfindingobjects.h b/indra/newview/llfloaterpathfindingobjects.h
index 604d026f29..cf418b3b71 100644
--- a/indra/newview/llfloaterpathfindingobjects.h
+++ b/indra/newview/llfloaterpathfindingobjects.h
@@ -52,7 +52,6 @@ public:
virtual void onOpen(const LLSD &pKey);
virtual void onClose(bool pIsAppQuitting);
virtual void draw();
- virtual void updateStateOnEditFields();
protected:
friend class LLFloaterReg;
@@ -126,11 +125,11 @@ private:
void updateMessagingStatus();
void updateStateOnListActionControls();
+ void updateStateOnEditFields();
void updateOnScrollListChange();
LLPathfindingObjectPtr findObject(const LLScrollListItem *pListItem) const;
-protected:
LLScrollListCtrl *mObjectsScrollList;
LLTextBase *mMessagingStatus;
LLButton *mRefreshListButton;