Fix icon-o-matic build with gcc 4.8 (x86_64)
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
e395fc4f3b
commit
f1a28e35ec
@@ -59,8 +59,8 @@ class IntProperty : public Property {
|
||||
public:
|
||||
IntProperty(uint32 identifier,
|
||||
int32 value = 0,
|
||||
int32 min = LONG_MIN,
|
||||
int32 max = LONG_MAX);
|
||||
int32 min = INT32_MIN,
|
||||
int32 max = INT32_MAX);
|
||||
IntProperty(const IntProperty& other);
|
||||
IntProperty(BMessage* archive);
|
||||
virtual ~IntProperty();
|
||||
|
||||
Reference in New Issue
Block a user