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:
parent
f10292eb95
commit
a752f704f6
@ -49,7 +49,7 @@ IncomingXmlParser::IncomingXmlParser(Application* app)
|
||||
IncomingXmlParser::~IncomingXmlParser() {
|
||||
}
|
||||
|
||||
bool IncomingXmlParser::CloseConnection() {
|
||||
bool IncomingXmlParser::close_connection() {
|
||||
return close_connection_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user