Moved common_types::Rect from common to Common namespace

This commit is contained in:
archshift 2014-09-07 11:51:10 -07:00
parent 5472fd4d9b
commit 8fe5f2e2fe
3 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@ union t128 {
__m128 a; ///< 128-bit floating point (__m128 maps to the XMM[0-7] registers)
};
namespace common {
namespace Common {
/// Rectangle data structure
class Rect {
public: