Minor code cleanup

This commit is contained in:
Alex Szpakowski
2014-05-01 14:12:21 -03:00
parent e667485f68
commit e4dc533bb2
26 changed files with 112 additions and 110 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
* Gets a pointer to the data. This pointer will obviously not
* be valid if the Data object is destroyed.
**/
virtual void *getData() const = 0 ;
virtual void *getData() const = 0;
/**
* Gets the size of the Data in bytes.