region: allow uninitialized construction

This commit is contained in:
Danny Robson 2015-01-22 15:00:20 +11:00
parent d23abfc727
commit a782a61983

View File

@ -37,6 +37,7 @@ namespace util {
position_type x, y;
size_type w, h;
region () = default;
region (util::point<2,T>, util::extent<size_type>);
region (T _x, T _y, size_type _w, size_type _h);