Fixed some compile issues.

This commit is contained in:
Jari Sundell
2011-11-22 16:46:59 +09:00
parent 9507bd82f4
commit e11be5cdbe
6 changed files with 39 additions and 22 deletions
+3
View File
@@ -60,6 +60,9 @@ public:
bounds_type(extent_type minW, extent_type minH, extent_type maxW, extent_type maxH) :
minWidth(minW), minHeight(minH), maxWidth(maxW), maxHeight(maxH) {}
extent_type min_width() const { return minWidth; }
extent_type min_height() const { return minHeight; }
extent_type minWidth;
extent_type minHeight;