]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Issue 4811/1: Allow property paths as scalars and in assignments
[lilypond.git] / lily / include / stencil.hh
index 23a5be7fbc41ada9b061c24983159498d6d78b79..6ccb9252bb18a224f5a38ff36b53bda6c30cd94b 100644 (file)
@@ -58,7 +58,7 @@ using namespace std;
 class Stencil : public Simple_smob<Stencil>
 {
 public:
-  SCM mark_smob ();
+  SCM mark_smob () const;
   static const char type_p_name_[];
 private:
   Box dim_;