Merge pull request #3452 from Beep6581/cppcheck

merge fixes for a lot of issues reported by Cppcheck
This commit is contained in:
Ingo Weyrich
2016-10-09 22:55:31 +02:00
committed by GitHub
114 changed files with 611 additions and 1777 deletions

View File

@@ -70,7 +70,7 @@ public:
PreviewModePanel* previewModePanel;
ImageArea* iLinkedImageArea; // used to set a reference to the Before image area, which is set when before/after view is enabled
ImageArea (ImageAreaPanel* p);
explicit ImageArea (ImageAreaPanel* p);
~ImageArea ();
rtengine::StagedImageProcessor* getImProcCoordinator() const;