fixed warning reported by clang (forward declaration of ColorManagementParams as class, but it is a struct)

This commit is contained in:
Alberto Griggio 2017-12-09 00:34:07 +01:00
parent b99babb809
commit d258216d41

View File

@ -34,7 +34,7 @@ namespace rtengine
namespace procparams
{
class ColorManagementParams;
struct ColorManagementParams;
}