summaryrefslogtreecommitdiff
path: root/linestaff.hh
diff options
context:
space:
mode:
Diffstat (limited to 'linestaff.hh')
-rw-r--r--linestaff.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/linestaff.hh b/linestaff.hh
index 7ca34f5739..33e9d39f4e 100644
--- a/linestaff.hh
+++ b/linestaff.hh
@@ -1,8 +1,10 @@
#include "pstaff.hh"
struct Linestaff : PStaff {
- int nolines;
+ int nolines;
+
+ Symbol get_stafsym(Real width)const;
Linestaff(int);
};