Turn Options::ScopeType into a scoped enum :)

Also remove global `using ...` from header file.
This commit is contained in:
Flössie
2020-09-14 09:44:29 +02:00
parent af29bf84e6
commit 97c7794a5a
6 changed files with 19 additions and 18 deletions

View File

@@ -29,6 +29,7 @@
using namespace rtengine;
using ScopeType = Options::ScopeType;
//
//