This commit is contained in:
Fabio Bas 2016-06-24 10:39:44 +02:00
parent e81a6d497b
commit 8db10be892
9 changed files with 178 additions and 12 deletions

View file

@ -75,7 +75,7 @@ public:
private:
PictureLoader();
~PictureLoader();
// Don't implement
// Singleton - Don't implement copy constructor and assign operator
PictureLoader(PictureLoader const&);
void operator=(PictureLoader const&);