diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-24 21:52:55 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-24 21:52:55 (GMT) |
commit | c15155445ae24b6de962a635e7189677ea488765 (patch) | |
tree | 2381310133bf87e5c32a2b0f374e528be0348389 /Swiften | |
parent | 5698df1c136ebfbf943139b27732bf271e007875 (diff) | |
download | swift-c15155445ae24b6de962a635e7189677ea488765.zip swift-c15155445ae24b6de962a635e7189677ea488765.tar.bz2 |
Fixed compilation.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/Client/Client.h | 2 |
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. |