X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprofile.hh;h=55dcd846464836d9b945878132db74c229640009;hb=bf14e3a7d89454c17f65b291d192d05752afad27;hp=f0f1a612378271ef1219059bf99e98438ea97736;hpb=72bc777a01c0437d766bf50c3bb3913a8f3d4bdb;p=lilypond.git diff --git a/lily/include/profile.hh b/lily/include/profile.hh index f0f1a61237..55dcd84646 100644 --- a/lily/include/profile.hh +++ b/lily/include/profile.hh @@ -22,10 +22,12 @@ #include "lily-guile.hh" -void note_property_access (SCM *table, SCM sym); -extern SCM context_property_lookup_table; -extern SCM grob_property_lookup_table; -extern SCM prob_property_lookup_table; +class Protected_scm; + +void note_property_access (Protected_scm *table, SCM sym); +extern Protected_scm context_property_lookup_table; +extern Protected_scm grob_property_lookup_table; +extern Protected_scm prob_property_lookup_table; extern bool profile_property_accesses; #endif /* PROFILE_HH */