Data::getSize now uses size_t instead of int

This commit is contained in:
Alex Szpakowski
2014-03-18 03:50:00 -03:00
parent aba17607aa
commit 50916825d0
12 changed files with 42 additions and 46 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public:
// Implements Data.
void *getData() const;
int getSize() const;
size_t getSize() const;
/**
* Gets the height of the glyph.