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
+1 -1
View File
@@ -38,7 +38,7 @@ public:
/**
* Destructor.
**/
virtual ~Data() {};
virtual ~Data() {}
/**
* Gets a pointer to the data. This pointer will obviously not
+1 -1
View File
@@ -23,4 +23,4 @@
namespace love
{
// Implementation in header.
}
}
+1 -1
View File
@@ -38,4 +38,4 @@ char *b64_decode(const char *src, int slen, int &size);
} // love
#endif // LOVE_B64_H
#endif // LOVE_B64_H
+1 -1
View File
@@ -45,4 +45,4 @@ void replace_char(std::string &str, char find, char replace);
} // love
#endif // LOVE_WINDOWS
#endif // LOVE_WINDOWS