X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fphantom.h;h=489c4eee98a6812c8da1f774d7f2d52c14932d00;hp=ad8b0f8c8bc81dcff9c5128dc0f5d7c16e56afc3;hb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea;hpb=0319b0c2a35294d9c08c591a96efd4dfe48876b0 diff --git a/include/phantom.h b/include/phantom.h index ad8b0f8..489c4ee 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.h,v 1.6 2000/07/15 08:36:13 kevin Exp $ +** $Id: phantom.h,v 1.7 2000/07/18 03:14:35 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -56,7 +56,7 @@ class PhantomElement ~PhantomElement (void); - bool isPointInside (double x, double y, const CoordType coord_type); + bool isPointInside (double x, double y, const CoordType coord_type) const; bool clipLineNormalizedCoords (double& x1, double& y1, double& x2, double& y2) const;