Commit 7c8293ef authored by cutealien's avatar cutealien

Remove some extra ; because otherwise tests won't even compile.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2944 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 741b0be9
...@@ -22,8 +22,8 @@ typedef vector2d<f32> position2df; ...@@ -22,8 +22,8 @@ typedef vector2d<f32> position2df;
//! \deprecated position2d is now a synonym for vector2d, but vector2d should be used directly. //! \deprecated position2d is now a synonym for vector2d, but vector2d should be used directly.
typedef vector2d<s32> position2di; typedef vector2d<s32> position2di;
}; // namespace core } // namespace core
}; // namespace irr } // namespace irr
// ...and use a #define to catch the rest, for (e.g.) position2d<f64> // ...and use a #define to catch the rest, for (e.g.) position2d<f64>
#define position2d vector2d #define position2d vector2d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment