Fix all - 2 cppcheck performance hints
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
using namespace std;
|
||||
|
||||
ThumbBrowserBase::ThumbBrowserBase ()
|
||||
: lastClicked(NULL), previewHeight(options.thumbSize), numOfCols(1), inspector(NULL), isInspectorActive(false)
|
||||
: lastClicked(NULL), previewHeight(options.thumbSize), numOfCols(1), inspector(NULL), isInspectorActive(false), location(THLOC_FILEBROWSER)
|
||||
{
|
||||
location = THLOC_FILEBROWSER;
|
||||
inW = -1;
|
||||
inH = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user