diff options
author | fcolin | 2007-02-01 13:11:30 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:30 +0000 |
commit | f4b6d7c31fe758a1d64745685b48161a81377008 (patch) | |
tree | 36fbad39a02a812838ed8f072df90da4c693abbe /Bus/IvyProbe | |
parent | b19123a9a5cb37e8bd49717a0c7fbf99401e0051 (diff) | |
download | ivy-cplusplus-f4b6d7c31fe758a1d64745685b48161a81377008.zip ivy-cplusplus-f4b6d7c31fe758a1d64745685b48161a81377008.tar.gz ivy-cplusplus-f4b6d7c31fe758a1d64745685b48161a81377008.tar.bz2 ivy-cplusplus-f4b6d7c31fe758a1d64745685b48161a81377008.tar.xz |
Utilisateur : Fcolin Date : 19/02/01 Heure : 17:00 Archivé dans $/Bus/Test (vss 11)
Diffstat (limited to 'Bus/IvyProbe')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 61e3c12..4d97c67 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -71,7 +71,7 @@ public: // Implementation
protected:
- void WriteMessage(LPCTSTR format, ...);
+ void WriteMessage(const char * format, ...);
void OnApplicationConnected( IvyApplication *app );
void OnApplicationDisconnected( IvyApplication *app );
void OnDirectMessage( IvyApplication *app, int id, const char *arg );
|