After some testing Region seems OK

This commit is contained in:
Kayne Ruse
2013-09-19 22:52:26 +10:00
parent 9b64c67068
commit 9cbbfe77b7
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ public:
friend bool operator>(Region const& lhs, Region const& rhs);
friend bool operator==(Region const& lhs, Region const& rhs);
private:
public: //TMP
int const x;
int const y;
int const width;