summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-09 22:57:20 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-09 22:57:20 (GMT)
commit69e0cbe0ef4833a87efc50a9300f9c0020d9e543 (patch)
treed0f32a7f1d5acfc8d84bdbf38f185e8be92de717 /Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp
parentb020901c604cf385ffe589a36399f021bb95dce1 (diff)
downloadswift-69e0cbe0ef4833a87efc50a9300f9c0020d9e543.zip
swift-69e0cbe0ef4833a87efc50a9300f9c0020d9e543.tar.bz2
Fixed EchoBot compilation warnings.
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp')
-rw-r--r--Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp
index f332fc8..dcecbcb 100644
--- a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp
+++ b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot2.cpp
@@ -17,7 +17,7 @@ Client* client;
void handleConnected();
void handleMessageReceived(Message::ref message);
-int main(int, char*) {
+int main(int, char**) {
SimpleEventLoop eventLoop;
client = new Client(JID("echobot@wonderland.lit"), "mypass");