diff options
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index ab5933f46c..7f8e269459 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -58,7 +58,7 @@ public: virtual BOOL postBuild(); virtual BOOL handleAnyMouseClick(S32 x, S32 y, MASK mask, EClickType clicktype, BOOL down); - BOOL isGeneratePathMode() const; + BOOL isGeneratePathMode(MASK mask, EClickType clicktype, BOOL down) const; static LLHandle<LLFloaterPathfindingConsole> getInstanceHandle(); |