diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-02-22 13:51:47 -0800 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-22 13:51:47 -0800 | 
| commit | 362d305af20f6bfd477a48a9699dc8eebe9be552 (patch) | |
| tree | c3be252819278884f98cae324603827772179d94 | |
| parent | 95aa437160ef732d584868a7d37cbe55d5959fa0 (diff) | |
Correcting a minor typo in the comments and removing an unused header file from inclusion.
| -rw-r--r-- | indra/newview/llfloaterpathfindingbasic.cpp | 3 | ||||
| -rw-r--r-- | indra/newview/llfloaterpathfindingbasic.h | 2 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/indra/newview/llfloaterpathfindingbasic.cpp b/indra/newview/llfloaterpathfindingbasic.cpp index 654189d4ef..04d830632d 100644 --- a/indra/newview/llfloaterpathfindingbasic.cpp +++ b/indra/newview/llfloaterpathfindingbasic.cpp @@ -1,7 +1,7 @@  /** 
  * @file llfloaterpathfindingbasic.cpp
  * @author William Todd Stinson
 -* @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avator mode.
 +* @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avatar mode.
  *
  * $LicenseInfo:firstyear=2002&license=viewerlgpl$
  * Second Life Viewer Source Code
 @@ -33,7 +33,6 @@  #include "llpathfindingmanager.h"
  #include <boost/bind.hpp>
 -#include <boost/function.hpp>
  //---------------------------------------------------------------------------
  // LLFloaterPathfindingBasic
 diff --git a/indra/newview/llfloaterpathfindingbasic.h b/indra/newview/llfloaterpathfindingbasic.h index f765917cd7..286985c022 100644 --- a/indra/newview/llfloaterpathfindingbasic.h +++ b/indra/newview/llfloaterpathfindingbasic.h @@ -1,7 +1,7 @@  /**    * @file llfloaterpathfindingbasic.h   * @author William Todd Stinson - * @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avator mode. + * @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avatar mode.   *   * $LicenseInfo:firstyear=2002&license=viewerlgpl$   * Second Life Viewer Source Code | 
