diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 18:22:06 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 18:22:06 -0700 |
commit | d2850572a452d74625a9b736563c479bc5f1e4cc (patch) | |
tree | aa9a804ba0973230d11cead43e6171e3680d5f9d /indra/newview/llfloaterpathfindingconsole.h | |
parent | 1cdef4903daea1622923550b1328b659a594b029 (diff) |
Updating llpathinglibrary method calls to cleaned-up version of the library interface.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index ff8a1d5517..174ceb91ea 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -54,15 +54,6 @@ class LLFloaterPathfindingConsole friend class LLFloaterReg;
public:
- typedef enum
- {
- kRenderHeatmapNone,
- kRenderHeatmapA,
- kRenderHeatmapB,
- kRenderHeatmapC,
- kRenderHeatmapD
- } ERenderHeatmapType;
-
virtual BOOL postBuild();
virtual void onOpen(const LLSD& pKey);
virtual void onClose(bool pIsAppQuitting);
@@ -93,10 +84,8 @@ public: BOOL isRenderAnyShapes() const;
U32 getRenderShapeFlags();
- ERenderHeatmapType getRenderHeatmapType() const;
- void setRenderHeatmapType(ERenderHeatmapType pRenderHeatmapType);
-
- int getHeatMapType() const;
+ LLPathingLib::LLPLCharacterType getRenderHeatmapType() const;
+ void setRenderHeatmapType(LLPathingLib::LLPLCharacterType pRenderHeatmapType);
protected:
|