Fixed Color::toInteger() not being const-qualified
This commit is contained in:
parent
e0d27358fb
commit
e0174545e6
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
/// \return Color represented as a 32-bit unsigned integer
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Uint32 toInteger();
|
||||
Uint32 toInteger() const;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// Static member data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue