From 7b7c34011150c4db92220924d02e7e70eda3a8a7 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 11 Dec 2014 01:00:21 +0100 Subject: adapted Reader class to use CharReader instead of BufferedCharReader --- src/core/utils/CharReader.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/utils/CharReader.hpp') 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_ */ -- cgit v1.2.3