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

@@ -48,6 +48,8 @@
using namespace rtengine::procparams;
using ScopeType = Options::ScopeType;
namespace
{