summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-19 19:50:37 (GMT)
committerjoye <joye>2014-05-19 19:50:37 (GMT)
commit47444bb0df327d9638736ff6b148aad786cdbf8a (patch)
treec4612b9840d5761209520af0f12dec397447430d /src/bltGrLegd.C
parentaeb1105925a4f8422e0b89293b7a250a8927e3d3 (diff)
downloadblt-47444bb0df327d9638736ff6b148aad786cdbf8a.zip
blt-47444bb0df327d9638736ff6b148aad786cdbf8a.tar.gz
blt-47444bb0df327d9638736ff6b148aad786cdbf8a.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.C')
-rw-r--r--src/bltGrLegd.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index 6311430..4e6a1c9 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -223,7 +223,7 @@ Legend::~Legend()
free(ops_);
}
-void Legend::configure()
+int Legend::configure()
{
LegendOptions* ops = (LegendOptions*)ops_;
@@ -242,6 +242,8 @@ void Legend::configure()
Blt_FreePrivateGC(graphPtr_->display_, focusGC_);
focusGC_ = newGC;
+
+ return TCL_OK;
}
void Legend::map(int plotWidth, int plotHeight)