summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
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.C
parent5a540b87131f192071240d23845b12e5ea03b1a8 (diff)
downloadblt-cc905526f6b089b9b4936535510da782bebeea92.zip
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.gz
blt-cc905526f6b089b9b4936535510da782bebeea92.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index d438bb9..103346a 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -1261,9 +1261,8 @@ Axis* Graph::nearestAxis(int x, int y)
return NULL;
}
-const char** Graph::getTags(ClientData object, ClientData context, int* num)
+const char** Graph::getTags(ClientData object, ClassId classId, int* num)
{
- ClassId classId = (ClassId)(long(context));
const char** tags =NULL;
switch (classId) {