Minor code adjustment

This commit is contained in:
Hombre
2016-08-31 13:40:02 +02:00
parent 388d43ebce
commit f3d46f4c37
3 changed files with 20 additions and 20 deletions

View File

@@ -88,10 +88,10 @@ private:
public:
enum class NavigatorUnit {
NU_PERCENT,
NU_0_255,
NU_0_1,
NU__COUNT,
PERCENT,
R0_255,
R0_1,
_COUNT
};
bool savesParamsAtExit;
SaveFormat saveFormat, saveFormatBatch;