mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 01:16:30 +02:00
- more cppcheck code cleanup
This commit is contained in:
@@ -26,7 +26,9 @@ private:
|
||||
SoundFactory *soundFactory;
|
||||
|
||||
private:
|
||||
SoundInterface() {}
|
||||
SoundInterface() {
|
||||
soundFactory = 0;
|
||||
}
|
||||
SoundInterface(SoundInterface &);
|
||||
void operator=(SoundInterface &);
|
||||
|
||||
|
Reference in New Issue
Block a user