|
@@ -63,7 +63,7 @@ public:
|
|
|
aiColor4t (TReal _r, TReal _g, TReal _b, TReal _a)
|
|
|
: r(_r), g(_g), b(_b), a(_a) {}
|
|
|
explicit aiColor4t (TReal _r) : r(_r), g(_r), b(_r), a(_r) {}
|
|
|
- // aiColor4t (const aiColor4t& o) = default;
|
|
|
+ aiColor4t (const aiColor4t& o) = default;
|
|
|
|
|
|
public:
|
|
|
// combined operators
|