cppcheck: further fixes

This commit is contained in:
Ingo Weyrich
2019-08-01 14:02:38 +02:00
parent 41fc34c5c6
commit 46cbb652d5
30 changed files with 77 additions and 54 deletions

View File

@@ -28,6 +28,7 @@
#include "guiutils.h"
#include "../rtengine/rtengine.h"
#include "../rtengine/noncopyable.h"
class PreviewListener
{
@@ -44,7 +45,7 @@ struct PreviewHandlerIdleHelper {
int pending;
};
class PreviewHandler : public rtengine::PreviewImageListener
class PreviewHandler : public rtengine::PreviewImageListener, public rtengine::NonCopyable
{
private:
friend int setImageUI (void* data);