Fixed nameing of getAllocationMode()
This commit is contained in:
parent
00d8ce7a48
commit
5027d831c0
@ -76,7 +76,7 @@ class SG_EXPORT Image : public Object
|
||||
void setAllocationMode(AllocationMode mode) { _allocationMode = mode; }
|
||||
|
||||
/** Get the method used for deleting data once it goes out of scope.*/
|
||||
AllocationMode setAllocationMode() const { return _allocationMode; }
|
||||
AllocationMode getAllocationMode() const { return _allocationMode; }
|
||||
|
||||
|
||||
/* allocated a pixel block of specified size and type.*/
|
||||
|
Loading…
Reference in New Issue
Block a user