diff options
author | joye <joye> | 2014-06-27 16:03:09 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-27 16:03:09 (GMT) |
commit | c60f3348b9fb7f72a25440683a7c74614cb60fec (patch) | |
tree | 6d606a29a538a1f1ae1378a200a6b1b3925990d6 /src/bltGrLegd.C | |
parent | de5b80df7ae70062e2264e2ad419a13d1af041c0 (diff) | |
download | blt-c60f3348b9fb7f72a25440683a7c74614cb60fec.zip blt-c60f3348b9fb7f72a25440683a7c74614cb60fec.tar.gz blt-c60f3348b9fb7f72a25440683a7c74614cb60fec.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.C')
-rw-r--r-- | src/bltGrLegd.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C index 5181116..b761514 100644 --- a/src/bltGrLegd.C +++ b/src/bltGrLegd.C @@ -528,7 +528,7 @@ void Legend::print(PSOutput* psPtr) { LegendOptions* ops = (LegendOptions*)ops_; GraphOptions* gops = (GraphOptions*)graphPtr_->ops_; - PageSetupOptions* pops = (PageSetupOptions*)graphPtr_->pageSetup_->ops_; + PostscriptOptions* pops = (PostscriptOptions*)graphPtr_->postscript_->ops_; if ((ops->hide) || (nEntries_ == 0)) return; |