summaryrefslogtreecommitdiffhomepage
path: root/src/point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/point.cpp')
-rw-r--r--src/point.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/point.cpp b/src/point.cpp
index 772286cc..a6e27f66 100644
--- a/src/point.cpp
+++ b/src/point.cpp
@@ -18,6 +18,7 @@ size_t point::hash() const
Debug& operator<<(Debug& dbg, const point& pt)
{
+ dbg << "";
const auto flags = dbg.flags();
dbg.setFlags(flags | Debug::Flag::NoSpace);