diff options
-rw-r--r-- | raul/Symbol.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 3f14cc2..8a10f5a 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -73,7 +73,7 @@ public: * Note this is faster than constructing a Symbol from another Symbol's * string since validation is unnecessary. */ - Symbol(const Symbol& symbol) + Symbol(const Raul::Symbol& symbol) : std::basic_string<char>(symbol) {} |