From 8fe5f2e2fe33ccde39bc79898052a8f679222964 Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 7 Sep 2014 11:51:10 -0700 Subject: Moved common_types::Rect from common to Common namespace --- src/common/common_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/common_types.h') diff --git a/src/common/common_types.h b/src/common/common_types.h index 9d41e597..00fde828 100644 --- a/src/common/common_types.h +++ b/src/common/common_types.h @@ -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: -- cgit v1.2.3