aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/epositiongauge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/epositiongauge.cpp')
-rw-r--r--lib/gui/epositiongauge.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gui/epositiongauge.cpp b/lib/gui/epositiongauge.cpp
index a7608b7a..4785d7af 100644
--- a/lib/gui/epositiongauge.cpp
+++ b/lib/gui/epositiongauge.cpp
@@ -43,6 +43,11 @@ void ePositionGauge::setInColor(const gRGB &color)
invalidate();
}
+void ePositionGauge::setPointer(int which, ePtr<gPixmap> &pixmap, const ePoint &center)
+{
+ setPointer(which, pixmap.operator->(), center);
+}
+
void ePositionGauge::setPointer(int which, gPixmap *pixmap, const ePoint &center)
{
if (which == 0)