diff options
author | joye <joye> | 2014-05-29 19:17:12 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-29 19:17:12 (GMT) |
commit | 5f552048b3da580cb0bb51b22877c101d60fa204 (patch) | |
tree | 483a796534c4f7b38f2672c39cbe46160b5c334b /src/bltGraph.C | |
parent | cc905526f6b089b9b4936535510da782bebeea92 (diff) | |
download | blt-5f552048b3da580cb0bb51b22877c101d60fa204.zip blt-5f552048b3da580cb0bb51b22877c101d60fa204.tar.gz blt-5f552048b3da580cb0bb51b22877c101d60fa204.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index 103346a..588f606 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -120,7 +120,7 @@ Graph::Graph(ClientData clientData, Tcl_Interp* interp, axes_.displayList = Blt_Chain_Create(); elements_.displayList = Blt_Chain_Create(); markers_.displayList = Blt_Chain_Create(); - bindTable_ = new BindTable(this, interp_, tkwin_, GraphPickEntry); + bindTable_ = new BindTable(this, GraphPickEntry); if (createAxes() != TCL_OK) { valid_ =0; |