summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-29 19:04:44 (GMT)
committerjoye <joye>2014-05-29 19:04:44 (GMT)
commitcc905526f6b089b9b4936535510da782bebeea92 (patch)
tree9db10abb1db533378b7d6fdf70a7511d19610889 /src/bltGraph.h
parent5a540b87131f192071240d23845b12e5ea03b1a8 (diff)
downloadblt-cc905526f6b089b9b4936535510da782bebeea92.zip
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.gz
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.bz2
*** empty log message ***
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 667fc7a..45640c7 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -246,7 +246,7 @@ class Graph {
void getBoundingBox(int, int, float, double*, double*, Point2d*);
Point2d anchorPoint(double, double, double, double, Tk_Anchor);
- const char** getTags(ClientData item, ClientData context, int*);
+ const char** getTags(ClientData, ClassId, int*);
};
#endif