Code

Warning for bug
authorjoncruz <joncruz@users.sourceforge.net>
Sun, 14 Sep 2008 01:26:26 +0000 (01:26 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Sun, 14 Sep 2008 01:26:26 +0000 (01:26 +0000)
src/live_effects/lpe-path_length.cpp

index 5ecf2ffa29f74a74a276fe2b96cfd70b43092367..a032026b7dbfd259a77a98438c4a9cd5f8cc609c 100644 (file)
@@ -38,6 +38,8 @@ bool
 LPEPathLength::hideCanvasText() {
     // this is only used in sp-lpe-item.cpp to hide the canvas text when the effect is invisible
     info_text.param_setValue("");
+// TODO must return something to avoid nasty bugs
+    g_warning("random value");
 }
 
 Geom::Piecewise<Geom::D2<Geom::SBasis> >