Moved common_types::Rect from common to Common namespace
This commit is contained in:
parent
5472fd4d9b
commit
8fe5f2e2fe
3 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue