]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/protected-scm.hh
release: 1.3.19
[lilypond.git] / lily / include / protected-scm.hh
index eafcc54c9ca08a6397fa469513f2a7d14cf159b1..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,7 +23,8 @@ public:
   Protected_scm (SCM);
   Protected_scm (Protected_scm const &);
   ~Protected_scm ();
-  Protected_scm &operator = (Protected_scm const &);
+  Protected_scm &operator = (SCM);
+  Protected_scm &operator =( Protected_scm const&);
   operator SCM () const;
   SCM to_SCM () const;
 };