summaryrefslogtreecommitdiffstats
path: root/src/bltGrPostscript.C
diff options
context:
space:
mode:
authorjoye <joye>2015-06-02 18:56:19 (GMT)
committerjoye <joye>2015-06-02 18:56:19 (GMT)
commitff0790a09b7fc83dca7f83ed697b8a5b12d31fe1 (patch)
tree0195e57f4ce7e278270feb456724d1c3b4ba2089 /src/bltGrPostscript.C
parent98acb5c4321b594c1f4f0afa03d5e85df42f3552 (diff)
downloadblt-ff0790a09b7fc83dca7f83ed697b8a5b12d31fe1.zip
blt-ff0790a09b7fc83dca7f83ed697b8a5b12d31fe1.tar.gz
blt-ff0790a09b7fc83dca7f83ed697b8a5b12d31fe1.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPostscript.C')
-rw-r--r--src/bltGrPostscript.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPostscript.C b/src/bltGrPostscript.C
index a4c4e03..c311a9a 100644
--- a/src/bltGrPostscript.C
+++ b/src/bltGrPostscript.C
@@ -63,7 +63,7 @@ static Tk_OptionSpec optionSpecs[] = {
"8.5i", -1, Tk_Offset(PostscriptOptions, reqPaperWidth), 0, NULL, 0},
{TK_OPTION_PIXELS, "-width", "width", "Width",
"0", -1, Tk_Offset(PostscriptOptions, reqWidth), 0, NULL, 0},
- {TK_OPTION_END, NULL, NULL, NULL, NULL, -1, 0, 0, NULL, 0}
+ {TK_OPTION_END, NULL, NULL, NULL, NULL, 0, -1, 0, 0, 0}
};
Postscript::Postscript(Graph* graphPtr)