]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/scalar.cc
release: 0.1.59
[lilypond.git] / flower / scalar.cc
index 2b61b9089f0587fd81de04980cd53b52ce57e6e7..79bfd53d5f954eeeada0810c3462327e3bd6cc5e 100644 (file)
@@ -55,8 +55,13 @@ Scalar::operator int()
   return value_i ();
 }
 
-
 Scalar::operator bool () const
+{
+  return to_bool ();
+}
+
+bool
+Scalar::to_bool () const
 {
   if (!length_i ())
     return false;