Index: lily/include/dispatcher.hh |
diff --git a/lily/include/dispatcher.hh b/lily/include/dispatcher.hh |
index a39d9320e28acf93048b3ceb08bfd4d72fcdabef..e00cb66b648d55903a067e5ce5501e66e4b2b6cf 100644 |
--- a/lily/include/dispatcher.hh |
+++ b/lily/include/dispatcher.hh |
@@ -29,7 +29,7 @@ class Dispatcher : public Smob<Dispatcher> |
public: |
int print_smob (SCM, scm_print_state *) const; |
SCM mark_smob () const; |
- static const char * const type_p_name_; |
+ static const char *const type_p_name_; |
virtual ~Dispatcher (); |
private: |
/* Hash table. Each event-class maps to a list of listeners. */ |
@@ -55,5 +55,4 @@ public: |
void unregister_as_listener (Dispatcher *dist); |
}; |
- |
#endif // DISPATCHER_HH |