summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index a7f0c78..c47e294 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -258,7 +258,7 @@ class Graph : public Pick {
void printSegments(Blt_Ps, Segment2d*, int);
void printPolyline(Blt_Ps, Point2d*, int);
void printMaxPolyline(Blt_Ps, Point2d*, int);
- void setDashes(GC, Blt_Dashes*);
+ void setDashes(GC, Dashes*);
GC getPrivateGC(unsigned long, XGCValues*);
void freePrivateGC(GC);