summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-19 19:50:37 (GMT)
committerjoye <joye>2014-05-19 19:50:37 (GMT)
commit47444bb0df327d9638736ff6b148aad786cdbf8a (patch)
treec4612b9840d5761209520af0f12dec397447430d /src/bltGraph.h
parentaeb1105925a4f8422e0b89293b7a250a8927e3d3 (diff)
downloadblt-47444bb0df327d9638736ff6b148aad786cdbf8a.zip
blt-47444bb0df327d9638736ff6b148aad786cdbf8a.tar.gz
blt-47444bb0df327d9638736ff6b148aad786cdbf8a.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 99b86c3..d3889bc 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -209,7 +209,7 @@ class Graph {
Graph(ClientData, Tcl_Interp*, int, Tcl_Obj* const []);
virtual ~Graph();
- virtual void configure();
+ virtual int configure();
void map();
void draw();
void eventuallyRedraw();