]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/protected-scm.hh
release: 1.3.19
[lilypond.git] / lily / include / protected-scm.hh
index 5fa1f568ce07dd3ca4c58ccf636c1f72977e897d..cbe08a30c0cd3aaaccb3ae8bdf7c5e62f520e91a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -23,8 +23,10 @@ public:
   Protected_scm (SCM);
   Protected_scm (Protected_scm const &);
   ~Protected_scm ();
-  Protected_scm &operator = (Protected_scm const &);
-  operator SCM ();
+  Protected_scm &operator = (SCM);
+  Protected_scm &operator =( Protected_scm const&);
+  operator SCM () const;
+  SCM to_SCM () const;
 };
 
 #endif /* PROTECTED_SCM_HH */