summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:16 +0000
committerfcolin2007-02-01 13:03:16 +0000
commitcef5c75f3cbccf10432df3d5ae76fe9423e6a074 (patch)
tree4bdb6da61983aeb33bca8fe6183c9cb46afb1c60 /Bus
parent433eba8cb7b07be040c605d4aa59e9c0804c1614 (diff)
downloadivy-cplusplus-cef5c75f3cbccf10432df3d5ae76fe9423e6a074.zip
ivy-cplusplus-cef5c75f3cbccf10432df3d5ae76fe9423e6a074.tar.gz
ivy-cplusplus-cef5c75f3cbccf10432df3d5ae76fe9423e6a074.tar.bz2
ivy-cplusplus-cef5c75f3cbccf10432df3d5ae76fe9423e6a074.tar.xz
Utilisateur : Fcolin Date : 14/11/02 Heure : 15:45 Archivé dans $/Bus/Ivy Commentaire: (vss 9)
Diffstat (limited to 'Bus')
-rw-r--r--Bus/Ivy/IvySynchroWnd.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bus/Ivy/IvySynchroWnd.cxx b/Bus/Ivy/IvySynchroWnd.cxx
index cabe92c..d21a008 100644
--- a/Bus/Ivy/IvySynchroWnd.cxx
+++ b/Bus/Ivy/IvySynchroWnd.cxx
@@ -113,6 +113,9 @@ void IvySynchroWnd::PostIvyCB( IvySynchronousCallback *cb )
IvySynchronousMessageCallback::IvySynchronousMessageCallback( IvyMessageCallback *cb )
{
target = cb;
+ app = 0;
+ argc = 0;
+ argv = 0;
}
IvySynchronousMessageCallback::~IvySynchronousMessageCallback()
{