Fix case typo

This commit is contained in:
fredb
2009-07-27 09:50:55 +00:00
committed by Tim Moore
parent 57ccb6fd6b
commit 7e7d877874
12 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@
#include "interpolater.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using std::string;

View File

@@ -18,7 +18,7 @@
#include "interpolator.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints)
{

View File

@@ -18,7 +18,7 @@
#include "props.hxx"
#include "condition.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using std::istream;
using std::ostream;

View File

@@ -15,7 +15,7 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
#include "BVHLineSegmentVisitor.hxx"
#include <simgear/math/SGGeometry.hxx>

View File

@@ -25,7 +25,7 @@
#include "CheckSceneryVisitor.hxx"
#include "SGPagedLOD.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using namespace simgear;

View File

@@ -27,7 +27,7 @@
#include "SGReaderWriterXMLOptions.hxx"
#include "SGPagedLOD.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using namespace osg;
using namespace simgear;

View File

@@ -34,7 +34,7 @@
#include "modellib.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using namespace simgear;

View File

@@ -9,7 +9,7 @@
#include <simgear/props/props.hxx>
#include "persparam.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
template <> double
SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,

View File

@@ -14,7 +14,7 @@
#include <simgear/compiler.h>
#include "SGBinding.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
SGBinding::SGBinding()
: _command(0),

View File

@@ -16,7 +16,7 @@
#include "commands.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>

View File

@@ -1,6 +1,6 @@
#include "event_mgr.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
void SGEventMgr::add(SGCallback* cb,
double interval, double delay,

View File

@@ -5,7 +5,7 @@
#include "exception.hxx"
#include "subsystem_mgr.hxx"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>