summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:01:27 +0000
committerfcolin2007-02-01 13:01:27 +0000
commite1866e558a98ec7916566d1eaee933b83bbc8ae6 (patch)
tree9535dde58ed1a0ca11f8b77f5911a4b62ea3278b /Bus/Ivy
parentf3dc6507209093d953eaab2f844ed13594465d05 (diff)
downloadivy-cplusplus-e1866e558a98ec7916566d1eaee933b83bbc8ae6.zip
ivy-cplusplus-e1866e558a98ec7916566d1eaee933b83bbc8ae6.tar.gz
ivy-cplusplus-e1866e558a98ec7916566d1eaee933b83bbc8ae6.tar.bz2
ivy-cplusplus-e1866e558a98ec7916566d1eaee933b83bbc8ae6.tar.xz
Utilisateur : Fcolin Date : 16/11/05 Heure : 9:54 Archivé dans $/Bus/Ivy Commentaire: 64 bits ports (vss 9)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyCallback.h b/Bus/Ivy/IvyCallback.h
index 25368f0..78aff80 100644
--- a/Bus/Ivy/IvyCallback.h
+++ b/Bus/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 {