]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
Run fixcc.py with astyle 2.02
[lilypond.git] / lily / grob-property.cc
index 153627274d03e274abe1cdf0dc8ce00808e51a84..22c5fe2e7198e644d9001d8144587043671dbcbc 100644 (file)
@@ -36,8 +36,8 @@ print_property_callback_stack ()
 }
 #endif
 
-static SCM modification_callback = SCM_EOL;
-static SCM cache_callback = SCM_EOL;
+static Protected_scm modification_callback = SCM_EOL;
+static Protected_scm cache_callback = SCM_EOL;
 
 /*
 FIXME: this should use ly:set-option interface instead.