changeset 523:aa00a49444c6 am-touch-events

fix
author amazy
date Tue, 12 Mar 2019 15:02:05 +0100
parents 6c745c59eea3
children 9e241cef32a4 2549363fadc3
files Applications/StoneApplicationContext.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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