fixed more warnings in rtgui (reported by gcc but not clang)
This commit is contained in:
@@ -36,8 +36,8 @@ public:
|
||||
double shutterTo;
|
||||
double focalFrom;
|
||||
double focalTo;
|
||||
int isoFrom;
|
||||
int isoTo;
|
||||
unsigned isoFrom;
|
||||
unsigned isoTo;
|
||||
|
||||
bool filterFNumber;
|
||||
bool filterShutter;
|
||||
|
Reference in New Issue
Block a user