Cppcheck: Fixed another bunch of warnings
This commit is contained in:
@@ -51,7 +51,7 @@ template<class T> T** allocArray (int W, int H)
|
||||
}
|
||||
|
||||
#define HR_SCALE 2
|
||||
StdImageSource::StdImageSource () : ImageSource(), img(NULL), plistener(NULL)
|
||||
StdImageSource::StdImageSource () : ImageSource(), img(NULL), plistener(NULL), full(false), max{}, rgbSourceModified(false)
|
||||
{
|
||||
|
||||
hrmap[0] = NULL;
|
||||
|
Reference in New Issue
Block a user