Fixed 3 space indenting in headers.

This commit is contained in:
Robert Osfield
2010-05-25 17:02:11 +00:00
parent f5661e0461
commit db003c12c0
7 changed files with 152 additions and 151 deletions

View File

@@ -30,7 +30,7 @@ and the associated switch keys, can be configured.
*/
class OSGGA_EXPORT KeySwitchMatrixManipulator : public MatrixManipulator
{
public:
public:
typedef std::pair<std::string, osg::ref_ptr<MatrixManipulator> > NamedManipulator;
typedef std::map<int, NamedManipulator> KeyManipMap;
@@ -124,7 +124,7 @@ public:
/** Get the keyboard and mouse usage of this manipulator.*/
virtual void getUsage(osg::ApplicationUsage& usage) const;
private:
private:
KeyManipMap _manips;