diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-06-26 13:28:19 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-06-26 13:28:19 -0400 |
| commit | ec730b66004bf9120bb5ee3eba59f0253a78d364 (patch) | |
| tree | 38f9a2eb0a8b5915b147aa2e92ea5488c9541fdd /indra/newview/llfloaterpathfindingconsole.cpp | |
| parent | 5c2c85c6f7f7552a184169bc5959a84efac05895 (diff) | |
| parent | b3ccf0f2adb666d558cddd3cad1e548a99ea401f (diff) | |
merge to latest viewer-development-havokai
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 810650621d..2cf7f3aeb1 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -285,7 +285,7 @@ LLHandle<LLFloaterPathfindingConsole> LLFloaterPathfindingConsole::getInstanceHa { if (sInstanceHandle.isDead()) { - LLFloaterPathfindingConsole *floaterInstance = LLFloaterReg::getTypedInstance<LLFloaterPathfindingConsole>("pathfinding_console"); + LLFloaterPathfindingConsole *floaterInstance = LLFloaterReg::findTypedInstance<LLFloaterPathfindingConsole>("pathfinding_console"); if (floaterInstance != NULL) { sInstanceHandle = floaterInstance->mSelfHandle; |
