Fix undefined reference compilation error
The debug build failed to compile due to undefined reference to HistogramArea::MAX_BRIGHT and HistogramArea::MIN_BRIGHT. Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
|
||||
using namespace rtengine;
|
||||
|
||||
constexpr float HistogramArea::MAX_BRIGHT;
|
||||
constexpr float HistogramArea::MIN_BRIGHT;
|
||||
|
||||
using ScopeType = Options::ScopeType;
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user