diff options
author | joye <joye> | 2014-03-03 20:04:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-03 20:04:47 (GMT) |
commit | 46712b55900a85512f51c9e915fe2b32b9ce7ae5 (patch) | |
tree | a0c106059636d0d36bb9d50331e8a4c3d49337f9 /src/bltGrLegd.h | |
parent | 8a6d6847c88cdc585f7d77bb9ead010c45bd8283 (diff) | |
download | blt-46712b55900a85512f51c9e915fe2b32b9ce7ae5.zip blt-46712b55900a85512f51c9e915fe2b32b9ce7ae5.tar.gz blt-46712b55900a85512f51c9e915fe2b32b9ce7ae5.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r-- | src/bltGrLegd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index 500320b..425aaee 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -55,7 +55,7 @@ extern void Blt_DestroyLegend(Graph *graphPtr); extern void Blt_DrawLegend(Graph *graphPtr, Drawable drawable); extern void Blt_MapLegend(Graph *graphPtr, int width, int height); extern int Blt_LegendOp(Graph *graphPtr, Tcl_Interp* interp, int objc, - Tcl_Obj *const *objv); + Tcl_Obj* const objv[]); extern int Blt_Legend_Site(Graph *graphPtr); extern int Blt_Legend_Width(Graph *graphPtr); extern int Blt_Legend_Height(Graph *graphPtr); |