diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyCallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyCallback.h b/Ivy/IvyCallback.h index 25368f0..78aff80 100644 --- a/Ivy/IvyCallback.h +++ b/Ivy/IvyCallback.h @@ -58,7 +58,7 @@ public: (Object->*MessageCb) (app, argc, argv);
}
/* raccourci d'ecriture */
-#define BUS_CALLBACK_OF( cl, m ) new IvyMessageCallbackOf<cl>( this, m )
+#define BUS_CALLBACK_OF( cl, m ) new IvyMessageCallbackOf<cl>( this, &cl::m )
};
/* Callback for the direct Message */
class IvyDirectMessageCallback {
|