diff options
author | joye <joye> | 2014-09-24 19:57:22 (GMT) |
---|---|---|
committer | joye <joye> | 2014-09-24 19:57:22 (GMT) |
commit | dcc5b44ae2746f7012a62d5e107903d31ddd5149 (patch) | |
tree | 5d131f2c367baa9a12877dfde7402802d32f94ec /src/bltGrPSOutput.h | |
parent | 578c6c9a9aeace7bbe593287294f94729999040f (diff) | |
download | blt-dcc5b44ae2746f7012a62d5e107903d31ddd5149.zip blt-dcc5b44ae2746f7012a62d5e107903d31ddd5149.tar.gz blt-dcc5b44ae2746f7012a62d5e107903d31ddd5149.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r-- | src/bltGrPSOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h index 186b04e..c54e771 100644 --- a/src/bltGrPSOutput.h +++ b/src/bltGrPSOutput.h @@ -79,7 +79,7 @@ namespace Blt { void setDashes(Dashes*); int preamble(const char*); - int computeBBox(int, int); + void computeBBox(int, int); const char* getValue(int*); void append(const char*); void format(const char*, ...); |