fixed more warnings in rtgui (reported by gcc but not clang)

This commit is contained in:
Alberto Griggio
2017-04-01 16:43:32 +02:00
parent a3561049ed
commit 27e822fdae
14 changed files with 34 additions and 34 deletions

View File

@@ -36,8 +36,8 @@ public:
double shutterTo;
double focalFrom;
double focalTo;
int isoFrom;
int isoTo;
unsigned isoFrom;
unsigned isoTo;
bool filterFNumber;
bool filterShutter;