diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/node.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.hh b/src/node.hh index 992721c..0778962 100644 --- a/src/node.hh +++ b/src/node.hh @@ -45,7 +45,7 @@ using node_set = class stringable { public: stringable(); - explicit stringable(const stringable &); + stringable(const stringable &); virtual ~stringable(); [[nodiscard]] virtual auto string() const -> std::string = 0; }; |