]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / include / book.hh
index 6b1c2bfb14ca48e7a60380fcab1b3b883d9e7601..0a71a6b9e442a6901b82028d45c83ca09831a945 100644 (file)
@@ -29,8 +29,8 @@
 class Book : public Smob<Book>
 {
 public:
-  SCM mark_smob ();
-  static const char type_p_name_[];
+  SCM mark_smob () const;
+  static const char * const type_p_name_;
   virtual ~Book ();
   SCM header_;
   Output_def *paper_;