]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-grav.hh
release: 0.0.73pre
[lilypond.git] / lily / include / swallow-grav.hh
index 4376402edfc10ecd51bbb3dc318dee5770e45bc4..db8bd9cb0f1a5a965eab2f47ffb867ddfdfa9d71 100644 (file)
@@ -16,7 +16,7 @@
   This engraver swallows everything given to it silently. The purpose of
   this is to prevent spurious "request junked" warnings.
  */
-class Swallow_engraver : public Request_engraver {
+class Swallow_engraver : public Engraver {
 protected:
     bool acceptable_request_b(Request*) const;
     bool do_try_request(Request*) ;