Make constructor in XMMSHandler private.

Also adds a proper destructor to the class.
This commit is contained in:
Daniel Svensson 2006-03-10 14:36:54 +01:00
parent 98d56cf42d
commit 7b00c4c9fb
2 changed files with 5 additions and 3 deletions

View file

@ -317,5 +317,6 @@ XMMSHandler::medialib_info (XMMSResultDict *res)
XMMSHandler::~XMMSHandler ()
{
delete m_xmmsc;
}