Fixed nameing of getAllocationMode()

This commit is contained in:
Robert Osfield 2003-09-28 09:23:45 +00:00
parent 00d8ce7a48
commit 5027d831c0

View File

@ -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.*/