diff options
Diffstat (limited to 'sord')
-rw-r--r-- | sord/sordmm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp index be4b815..a91ebc2 100644 --- a/sord/sordmm.hpp +++ b/sord/sordmm.hpp @@ -228,7 +228,7 @@ public: inline float to_float() const; inline bool to_bool() const; - inline static Node blank_id(World& world, const std::string base="b") { + inline static Node blank_id(World& world, const std::string& base="b") { const uint64_t num = world.blank_id(); std::ostringstream ss; ss << base << num; |