]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/protected-scm.cc
patch::: 1.1.8.hwn1
[lilypond.git] / lily / protected-scm.cc
index 0304d91f9133033f5b8e1881e6ad59a30afea76f..0cc85e14d5d7959f34f59cfaaf489c12d67129d9 100644 (file)
@@ -50,3 +50,9 @@ Protected_scm::operator SCM ()
 {
   return object_;
 }
+
+SCM 
+Protected_scm::to_SCM () const
+{
+  return object_;
+}