summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/font/string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/font/string.hpp')
-rw-r--r--source/modules/asura-core/font/string.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/font/string.hpp b/source/modules/asura-core/font/string.hpp
index 5a48eb7..2c6c845 100644
--- a/source/modules/asura-core/font/string.hpp
+++ b/source/modules/asura-core/font/string.hpp
@@ -500,7 +500,7 @@
// ////////////////////////////////////////////////////////////
// // Member data
// ////////////////////////////////////////////////////////////
-// std::basic_string<uint> mString; ///< Internal string of UTF-32 characters
+// std::basic_string<uint> m_String; ///< Internal string of UTF-32 characters
// };
//
// ////////////////////////////////////////////////////////////