]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-grav.hh
release: 0.1.13
[lilypond.git] / lily / include / swallow-grav.hh
index 159f10707c80a3ad226ae6a3f5fa14c535156726..01f294becfccff1b637814380f2846854776b7e9 100644 (file)
  */
 class Swallow_engraver : public Engraver {
 protected:
-    bool acceptable_request_b (Request*) const;
-    bool do_try_request (Request*) ;
+  bool acceptable_request_b (Request*) const;
+  bool do_try_request (Request*) ;
 public:
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  TRANSLATOR_CLONE(Swallow_engraver);
+  DECLARE_MY_RUNTIME_TYPEINFO;
 };
 #endif // SWALLOW_GRAV_HH