# HG changeset patch # User amazy # Date 1552399325 -3600 # Node ID aa00a49444c6025a6cb5a3aa4a1e8fc1e3e7d66c # Parent 6c745c59eea30896ac47a8256c5aa74eaf43b334 fix diff -r 6c745c59eea3 -r aa00a49444c6 Applications/StoneApplicationContext.h --- a/Applications/StoneApplicationContext.h Tue Mar 12 14:53:38 2019 +0100 +++ b/Applications/StoneApplicationContext.h Tue Mar 12 15:02:05 2019 +0100 @@ -38,7 +38,7 @@ /* Test for GCC > 3.2.0 */ #if GCC_VERSION > 40900 #define orthanc_override override - else + #else #define orthanc_override #endif #else