From 424d476f7cd0ccc2def4f14119cd4fc3171d0159 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Apr 2002 01:11:51 +0000 Subject: added first revision of the BestFit placement type. moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions. --- src/Geometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Geometry.h') diff --git a/src/Geometry.h b/src/Geometry.h index b2454ac6..ab5b8410 100644 --- a/src/Geometry.h +++ b/src/Geometry.h @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef __geometru_h +#ifndef __geometry_h #define __geometry_h class Point{ @@ -99,4 +99,4 @@ public: bool Intersect(const Rect &r) const; }; -#endif // __geomtry_h +#endif // __geometry_h -- cgit v1.2.3