]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.tcc
release: 1.2.12
[lilypond.git] / flower / include / interval.tcc
index df74ef31640a01397dd012dfc258c23ab02568ce..f601d03e6611b65f333d2aa03cb7ae880c423df8 100644 (file)
@@ -20,7 +20,8 @@ template<class T>
 void
 Interval_t<T>::print () const
 {
-  fdebug << str ();
+  if (flower_dstream)
+    *flower_dstream << str ();
 }
 
 template<class T>