summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:30 +0000
committerfcolin2007-02-01 13:11:30 +0000
commitf4b6d7c31fe758a1d64745685b48161a81377008 (patch)
tree36fbad39a02a812838ed8f072df90da4c693abbe
parentb19123a9a5cb37e8bd49717a0c7fbf99401e0051 (diff)
downloadivy-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)
-rw-r--r--Bus/IvyProbe/IvyProbeDlg.h2
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 );