HaikuDepot: fix wrong type for member fSize
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
double Size() const
|
||||
{ return fSize; }
|
||||
private:
|
||||
float fSize;
|
||||
double fSize;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user