Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarStringView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarStringView.hpp')
-rw-r--r--source/core/StarStringView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp
index ff6e564..ab40936 100644
--- a/source/core/StarStringView.hpp
+++ b/source/core/StarStringView.hpp
@@ -100,7 +100,7 @@ public:
friend bool operator!=(StringView s1, StringView s2);
friend bool operator<(StringView s1, StringView s2);
- friend std::ostream& operator<<(std::ostream& os, StringView& s);
+ friend std::ostream& operator<<(std::ostream& os, StringView const& s);
private:
int compare(size_t selfOffset,