summaryrefslogtreecommitdiffstats
path: root/src/common/common_types.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-07 20:51:10 +0200
committerarchshift <admin@archshift.com>2014-09-09 00:43:36 +0200
commit8fe5f2e2fe33ccde39bc79898052a8f679222964 (patch)
tree84b06d77b08b3ef5d67156c5b6e6c588fe7e6c6c /src/common/common_types.h
parentAdded string_util to common, small changes in loader.cpp (diff)
downloadyuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.gz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.bz2
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.lz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.xz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.zst
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.zip
Diffstat (limited to 'src/common/common_types.h')
-rw-r--r--src/common/common_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h
index 9d41e5971..00fde828d 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: