various optimalizations, runs much faster now, especially with huge playlist

This commit is contained in:
unknown
2008-08-10 01:11:05 +02:00
parent 1cf51688ab
commit 237b98fab4
6 changed files with 119 additions and 68 deletions

View File

@@ -80,6 +80,7 @@ class Song
Song & operator=(const Song &);
bool operator==(const Song &) const;
bool operator!=(const Song &) const;
bool operator<(const Song &rhs) const;
private:
string itsFile;