From cca8702ee446dd87d4bca25dfa1e5b199649f490 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:27 +0000 Subject: Utilisateur : Fcolin Date : 16/11/05 Heure : 9:54 Archivé dans $/Bus/Ivy Commentaire: 64 bits ports (vss 9) --- Ivy/IvyCallback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy/IvyCallback.h') 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( this, m ) +#define BUS_CALLBACK_OF( cl, m ) new IvyMessageCallbackOf( this, &cl::m ) }; /* Callback for the direct Message */ class IvyDirectMessageCallback { -- cgit v1.1