- more cppcheck code cleanup

This commit is contained in:
Mark Vejvoda
2012-10-06 03:42:31 +00:00
parent 97ba1a27e2
commit 2a80dd7c3c
7 changed files with 25 additions and 3 deletions

View File

@@ -26,7 +26,9 @@ private:
SoundFactory *soundFactory;
private:
SoundInterface() {}
SoundInterface() {
soundFactory = 0;
}
SoundInterface(SoundInterface &);
void operator=(SoundInterface &);