summaryrefslogtreecommitdiff
path: root/components/misc/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/misc/convert.hpp')
-rw-r--r--components/misc/convert.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/misc/convert.hpp b/components/misc/convert.hpp
index 81879cbf89..f31f1cc08e 100644
--- a/components/misc/convert.hpp
+++ b/components/misc/convert.hpp
@@ -10,9 +10,7 @@
#include <osg/Vec3f>
#include <osg/Quat>
-namespace Misc
-{
-namespace Convert
+namespace Misc::Convert
{
inline osg::Vec3f makeOsgVec3f(const float* values)
{
@@ -73,6 +71,5 @@ namespace Convert
return btTransform(makeBulletQuaternion(position), toBullet(position.asVec3()));
}
}
-}
#endif \ No newline at end of file