fixed warning reported by clang (forward declaration of ColorManagementParams as class, but it is a struct)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace rtengine
|
||||
namespace procparams
|
||||
{
|
||||
|
||||
class ColorManagementParams;
|
||||
struct ColorManagementParams;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user