diff options
Diffstat (limited to 'src/bltGrBind.h')
-rw-r--r-- | src/bltGrBind.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltGrBind.h b/src/bltGrBind.h index e50c64d..cf98c0f 100644 --- a/src/bltGrBind.h +++ b/src/bltGrBind.h @@ -35,6 +35,7 @@ #include "bltGrMisc.h" class BindTable; +class Pick; class Graph; class BindTable { @@ -43,7 +44,7 @@ class BindTable { unsigned int flags_; ClientData newItem_; ClassId newContext_; - int which_; + Pick* pickPtr_; public: Graph* graphPtr_; @@ -55,7 +56,7 @@ class BindTable { XEvent pickEvent_; public: - BindTable(Graph*, int); + BindTable(Graph*, Pick*); virtual ~BindTable(); int configure(ClientData, int, Tcl_Obj *const []); |