diff options
Diffstat (limited to 'src/core/utils/CharReader.hpp')
-rw-r--r-- | src/core/utils/CharReader.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/utils/CharReader.hpp b/src/core/utils/CharReader.hpp index 5daa21d..86f09db 100644 --- a/src/core/utils/CharReader.hpp +++ b/src/core/utils/CharReader.hpp @@ -652,6 +652,12 @@ public: void commit(); }; } + +/** + * Alias of the commonly used CharReader class. + */ +using CharReader = utils::CharReader; + } #endif /* _OUSIA_CHAR_READER_HPP_ */ |