]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
small backport fixes.
[lilypond.git] / lily / include / smobs.hh
index a2dcdb613d31dd442cb3ce15464aeb4b91c688a0..6618a87d6583111555993be966d71107dfdf8cf8 100644 (file)
@@ -146,7 +146,7 @@ extern bool parsed_objects_should_be_dead;
 #define ASSERT_LIVE_IS_ALLOWED()     \
   static bool passed_here_once;\
   if (parsed_objects_should_be_dead && !passed_here_once) { \
-    programming_error (string ("Parsed object should be dead: ")  + __PRETTY_FUNCTION__ ); \
+    ::programming_error (string ("Parsed object should be dead: ")  + __PRETTY_FUNCTION__ ); \
     passed_here_once = true;\
   }