Fixed some minor compiler warnings

This commit is contained in:
Alex Szpakowski
2014-03-01 21:16:01 -04:00
parent ec0f428c4f
commit 55514720a6
21 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ public:
/**
* Destructor.
**/
virtual ~Image() {};
virtual ~Image() {}
/**
* Creates new ImageData from FileData.
@@ -93,4 +93,4 @@ public:
} // image
} // love
#endif // LOVE_IMAGE_IMAGE_H
#endif // LOVE_IMAGE_IMAGE_H