Index: sources/main.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -rc71946746586d5a4061ad866ce7dbbaf74b9798a --- sources/main.h (.../main.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/main.h (.../main.h) (revision c71946746586d5a4061ad866ce7dbbaf74b9798a) @@ -91,7 +91,7 @@ the notify signal (...Triggered) passes the new value as its parameter.\n \param new value */\ - void vVARIABLE ( const vTYPE & v##vVARIABLE ) { \ + void vVARIABLE ( const vTYPE & v##vVARIABLE ) { \ DEBUG_PROPERTY_CHANGED(vVARIABLE, v) \ _##vVARIABLE = v##vVARIABLE; \ emit vVARIABLE##Triggered( _##vVARIABLE ); \