fixed warnings in rtgui/thumbbrowserbase.cc

This commit is contained in:
Alberto Griggio
2017-04-01 13:38:38 +02:00
parent 73afa054c4
commit 4ef3fc16de

View File

@@ -25,7 +25,7 @@
using namespace std; using namespace std;
ThumbBrowserBase::ThumbBrowserBase () ThumbBrowserBase::ThumbBrowserBase ()
: lastClicked(nullptr), previewHeight(options.thumbSize), numOfCols(1), inspector(nullptr), isInspectorActive(false), location(THLOC_FILEBROWSER) : location(THLOC_FILEBROWSER), inspector(nullptr), isInspectorActive(false), lastClicked(nullptr), previewHeight(options.thumbSize), numOfCols(1)
{ {
inW = -1; inW = -1;
inH = -1; inH = -1;