]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Issue 4878: Make type_p_name_ always char pointer
[lilypond.git] / lily / include / grob.hh
index 5ef37227662f5d6de3601dff4a42f42548dc9265..a9408f09a2ac1cbc6beb21a9766526c3d3af5914 100644 (file)
@@ -32,7 +32,7 @@ class Grob : public Smob<Grob>
 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 ~Grob ();
 private:
   DECLARE_CLASSNAME (Grob);
@@ -137,7 +137,6 @@ public:
 
   /* interfaces */
   bool internal_has_interface (SCM intf);
-  DECLARE_GROB_INTERFACE ();
 
   /* offsets */
   void translate_axis (Real, Axis);