]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-property.cc
Doc: External.itely - Add lyluatex
[lilypond.git] / lily / context-property.cc
index 5904254d7d9e263520f5f025a385bb8137820257..99b16f669b116d3028c738e2532918ae01ae265c 100644 (file)
@@ -66,7 +66,7 @@ typecheck_grob (SCM symbol, SCM value)
 class Grob_properties : public Simple_smob<Grob_properties>
 {
 public:
-  SCM mark_smob ();
+  SCM mark_smob () const;
   static const char type_p_name_[];
 private:
   friend class Grob_property_info;
@@ -97,7 +97,7 @@ private:
 const char Grob_properties::type_p_name_[] = "ly:grob-properties?";
 
 SCM
-Grob_properties::mark_smob ()
+Grob_properties::mark_smob () const
 {
   scm_gc_mark (alist_);
   scm_gc_mark (based_on_);