]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/prob.hh
Fix #368
[lilypond.git] / lily / include / prob.hh
index 839edd4abacdff4c1be17a8cabd93267d66ef271..b01fb4d42d6e8acc0ea9d389499c2c5f2ba037ca 100644 (file)
@@ -42,6 +42,7 @@ public:
   SCM type () const { return type_; }
   SCM get_property_alist (bool mutble) const;
   SCM internal_get_property (SCM sym) const;
+  void instrumented_set_property (SCM, SCM, const char*, int, const char*);
   void internal_set_property (SCM sym, SCM val);
 };
 DECLARE_UNSMOB(Prob,prob);