summaryrefslogtreecommitdiffstats
path: root/src/bltVecInt.h
diff options
context:
space:
mode:
authorjoye <joye>2014-07-09 18:38:16 (GMT)
committerjoye <joye>2014-07-09 18:38:16 (GMT)
commit2d5240efc51590d057c43e5cd36bb706d2c527c3 (patch)
tree186cb4d3d0ec7706430e8e897c3a1ccbc489615b /src/bltVecInt.h
parentf96f755cc828847cdbbc76daec69c320f567b5ce (diff)
downloadblt-2d5240efc51590d057c43e5cd36bb706d2c527c3.zip
blt-2d5240efc51590d057c43e5cd36bb706d2c527c3.tar.gz
blt-2d5240efc51590d057c43e5cd36bb706d2c527c3.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVecInt.h')
-rw-r--r--src/bltVecInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltVecInt.h b/src/bltVecInt.h
index 5b1ae3b..cfe290b 100644
--- a/src/bltVecInt.h
+++ b/src/bltVecInt.h
@@ -134,7 +134,7 @@ namespace Blt {
int offset; /* Offset from zero of the vector's starting
* index */
Tcl_Command cmdToken; /* Token for vector's TCL command. */
- Chain chain; /* List of clients using this vector */
+ Chain* chain; /* List of clients using this vector */
int notifyFlags; /* Notification flags. See definitions
* below */
int varFlags; /* Indicate if the variable is global,