diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
commit | 1cdef4903daea1622923550b1328b659a594b029 (patch) | |
tree | 5e51aebd5be3f30fc4c7fed394488e72482130f7 /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | db7ad38170d957ce4caed2cd1686e53a51c41138 (diff) |
Updating to the latest llphysicextensions pre-built package with the now lowercased version of the header file names.
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 fec26f9722..59f72edc61 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -48,7 +48,7 @@ #include "lltoolmgr.h"
#include "lltoolfocus.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#define XUI_RENDER_HEATMAP_NONE 0
#define XUI_RENDER_HEATMAP_A 1
|