Code

Filter effects dialog:
[inkscape.git] / src / vanishing-point.cpp
index 21bb7fa769e352f76eb52f1e7b2a15bc81859a74..7d5b24a86b0bf1bcf9a6b9d37bd6e4df4a378463 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "vanishing-point.h"
-#include <iostream>
 
 namespace Box3D {
 
@@ -84,6 +83,9 @@ void VanishingPoint::draw(Box3D::Axis const axis)
             else
                 create_canvas_point(*this, 6.0, 0xffffff00);
             break;
+        default:
+            g_assert_not_reached();
+            break;
     }
 }