almost no more warnings

This commit is contained in:
DarthArgus
2015-10-16 23:34:57 -05:00
parent 46316f28fb
commit 15fbd34453
3 changed files with 23 additions and 22 deletions
@@ -20,6 +20,7 @@ class MxCifQuadTreeBounds
{
public:
MxCifQuadTreeBounds(float minX, float minY, float maxX, float maxY, void * data = NULL);
virtual ~MxCifQuadTreeBounds(){};
const float getMinX(void) const;
const float getMinY(void) const;