]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
Issue 4878: Make type_p_name_ always char pointer
[lilypond.git] / lily / include / source-file.hh
index 223725f462f310b4204627fecf8a4d63457f1156..fc5bf2f54111c83b1bcf35aa8f9c7d5bd3526549 100644 (file)
@@ -38,9 +38,9 @@ using namespace std;
 class Source_file : public Smob<Source_file>
 {
 public:
-  int print_smob (SCM, scm_print_state *);
-  SCM mark_smob ();
-  static const char type_p_name_[];
+  int print_smob (SCM, scm_print_state *) const;
+  SCM mark_smob () const;
+  static const char * const type_p_name_;
   virtual ~Source_file ();
 private:
   vector<char const *> newline_locations_;