summaryrefslogtreecommitdiff
path: root/lily/include/staff-sym-reg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/staff-sym-reg.hh')
-rw-r--r--lily/include/staff-sym-reg.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/lily/include/staff-sym-reg.hh b/lily/include/staff-sym-reg.hh
index 24bd2c7abb..7ca370dd61 100644
--- a/lily/include/staff-sym-reg.hh
+++ b/lily/include/staff-sym-reg.hh
@@ -19,9 +19,11 @@ class Staff_sym_register : public Request_register {
Staff_symbol *span_p_;
Moment last_mom_;
public:
- ~Staff_sym_register();
Staff_sym_register();
NAME_MEMBERS(Staff_sym_register);
+protected:
+ virtual void process_requests();
+ ~Staff_sym_register();
virtual void pre_move_processing();
virtual void post_move_processing();
};