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