* should have been part of my last commit

* also renamed fCurrentHeader to fSpoolFileHeader


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich 2008-03-30 20:24:58 +00:00
parent fe1500eeaf
commit 1f604fd046
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ private:
private:
char * fPrintJobName;
int32 fPageNumber;
int32 _unused;
BFile * fSpoolFile;
print_file_header fCurrentHeader;
print_file_header fSpoolFileHeader;
BRect fPaperSize;
BRect fUsableSize;
status_t fError;