1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 02:46:57 +01:00

forgot to rename function

This commit is contained in:
Andreas 2012-12-31 23:52:12 +01:00
parent f10292eb95
commit a752f704f6

View File

@ -49,7 +49,7 @@ IncomingXmlParser::IncomingXmlParser(Application* app)
IncomingXmlParser::~IncomingXmlParser() {
}
bool IncomingXmlParser::CloseConnection() {
bool IncomingXmlParser::close_connection() {
return close_connection_;
}