Batch of correction to lower the number of GCC warnings

This commit is contained in:
Hombre
2010-08-29 02:25:59 +02:00
parent 6da0cf6792
commit 02dac0425d
40 changed files with 936 additions and 923 deletions

View File

@@ -43,7 +43,7 @@ template<class T> T** allocArray (int W, int H) {
}
#define HR_SCALE 2
StdImageSource::StdImageSource () : ImageSource(), plistener(NULL), img(NULL) {
StdImageSource::StdImageSource () : ImageSource(), img(NULL), plistener(NULL) {
hrmap[0] = NULL;
hrmap[1] = NULL;