diff options
Diffstat (limited to 'paper.hh')
-rw-r--r-- | paper.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct Paperdef { ~Paperdef(); Real interline()const; Real standard_height()const; + Real note_width() const; void print() const; }; |