diff options
author | fcolin | 2007-02-01 13:11:30 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:30 +0000 |
commit | c87f297c3840c032d3fc6a3ea9dfea48d9c88397 (patch) | |
tree | 5ec131ba9f1e3d1b48e1c6b5439d271ea96ee01c /IvyProbe | |
parent | 8c356cbfd8b74015466126cacb1b4eb9c162d676 (diff) | |
download | ivy-cplusplus-c87f297c3840c032d3fc6a3ea9dfea48d9c88397.zip ivy-cplusplus-c87f297c3840c032d3fc6a3ea9dfea48d9c88397.tar.gz ivy-cplusplus-c87f297c3840c032d3fc6a3ea9dfea48d9c88397.tar.bz2 ivy-cplusplus-c87f297c3840c032d3fc6a3ea9dfea48d9c88397.tar.xz |
Utilisateur : Fcolin Date : 19/02/01 Heure : 17:00 Archivé dans $/Bus/Test (vss 11)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h index 61e3c12..4d97c67 100644 --- a/IvyProbe/IvyProbeDlg.h +++ b/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 );
|