summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerText.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrMarkerText.C')
-rw-r--r--src/bltGrMarkerText.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrMarkerText.C b/src/bltGrMarkerText.C
index b5a849c..a753c86 100644
--- a/src/bltGrMarkerText.C
+++ b/src/bltGrMarkerText.C
@@ -217,7 +217,7 @@ int TextMarker::pointIn(Point2d *samplePtr)
points[ii].x = outline_[ii].x + anchorPt_.x;
points[ii].y = outline_[ii].y + anchorPt_.y;
}
- return PointInPolygon(samplePtr, points, 5);
+ return pointInPolygon(samplePtr, points, 5);
}
return ((samplePtr->x >= anchorPt_.x) &&