Fix clang warnings
This commit is contained in:
parent
d731e172c2
commit
b58d38fc62
@ -24,7 +24,7 @@
|
||||
#include "../rtengine/diagonalcurvetypes.h"
|
||||
#include "../rtengine/flatcurvetypes.h"
|
||||
|
||||
class ParamsEdited;
|
||||
struct ParamsEdited;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ namespace procparams
|
||||
|
||||
class ProcParams;
|
||||
|
||||
struct PartialProfile;
|
||||
class PartialProfile;
|
||||
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
class ParamsEdited;
|
||||
struct ParamsEdited;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
@ -42,7 +42,7 @@ namespace procparams
|
||||
|
||||
class ProcParams;
|
||||
|
||||
struct PartialProfile;
|
||||
class PartialProfile;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user