summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-02-24 21:52:55 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-02-24 21:52:55 (GMT)
commitc15155445ae24b6de962a635e7189677ea488765 (patch)
tree2381310133bf87e5c32a2b0f374e528be0348389 /Swiften
parent5698df1c136ebfbf943139b27732bf271e007875 (diff)
downloadswift-c15155445ae24b6de962a635e7189677ea488765.zip
swift-c15155445ae24b6de962a635e7189677ea488765.tar.bz2
Fixed compilation.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Client/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h
index d5db1ac..083b8a0 100644
--- a/Swiften/Client/Client.h
+++ b/Swiften/Client/Client.h
@@ -56,7 +56,7 @@ namespace Swift {
*
* This will be used to respond to version queries from other entities.
*/
- void setSoftwareVersion(const std::string& name, const std::string& version, const std::string& os);
+ void setSoftwareVersion(const std::string& name, const std::string& version, const std::string& os = "");
/**
* Returns a representation of the roster.