X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdispatcher.hh;h=98a8626fd8f04f370c632209b053c40d77bb0953;hb=1bbe496d7d194ce6da2e710d0cc9a125e51a77b9;hp=f0eb30ba6dc41d8d8ad392e362d6ec480a7fa49d;hpb=3d333f46096e20f6f38ab128d31c001a72c14ae3;p=lilypond.git diff --git a/lily/include/dispatcher.hh b/lily/include/dispatcher.hh index f0eb30ba6d..98a8626fd8 100644 --- a/lily/include/dispatcher.hh +++ b/lily/include/dispatcher.hh @@ -29,7 +29,7 @@ class Dispatcher : public Smob public: 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. */