r150: *** empty log message ***
[ctsim.git] / include / phantom.h
index ad8b0f8c8bc81dcff9c5128dc0f5d7c16e56afc3..489c4eee98a6812c8da1f774d7f2d52c14932d00 100644 (file)
@@ -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;