]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dispatcher.hh
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / include / dispatcher.hh
index a7c96f9201ed3e6633beba056a13fa07fe9bca73..98a8626fd8f04f370c632209b053c40d77bb0953 100644 (file)
@@ -27,9 +27,9 @@
 class Dispatcher : public Smob<Dispatcher>
 {
 public:
-  int print_smob (SCM, scm_print_state *);
+  int print_smob (SCM, scm_print_state *) const;
   SCM mark_smob () const;
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
   virtual ~Dispatcher ();
 private:
   /* Hash table. Each event-class maps to a list of listeners. */