]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.74
authorfred <fred>
Tue, 26 Mar 2002 23:25:07 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:07 +0000 (23:25 +0000)
lily/include/paper-def.hh
lily/include/request.hh

index 8d4c326c756bcfae6c27da2112737c28fafdbded..94bf6dd94f0fb09438afa29a41609b48bc5a0048 100644 (file)
@@ -62,7 +62,7 @@ public:
   SCM get_scmvar (String id)const; 
   void reinit ();
   Paper_def ();
-  void set_lookup (int, Lookup*);
+  void set_lookup (int, SCM lookup_smob);
   Paper_def (Paper_def const&);
 
   /** The distance between beams of multiplicity_i
index 0b8ec16d6aaa27e985c41202e36ae9656d0dbf86..35401d75d7c38b662c88067ce66abcf18ab3f4cf 100644 (file)
@@ -26,7 +26,6 @@
  */
 class Request : public Music {
 public:
-  virtual ~Request(){}
   VIRTUAL_COPY_CONS(Music);
   bool equal_b (Request const*) const;
 protected: