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 4e44620..7863353 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -224,6 +224,7 @@ class Graph {
void drawAxes(Drawable);
void drawAxesLimits(Drawable);
void drawAxesGrids(Drawable);
+ void adjustAxes();
public:
Graph(ClientData clientData, Tcl_Interp*interp,
@@ -255,7 +256,6 @@ class Graph {
ClientData elementTag(const char*);
};
-typedef ClientData (MakeTagProc)(Graph* graphPtr, const char *tagName);
extern Blt_BindTagProc Blt_GraphTags;
#endif