* 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
+2 -2
View File
@@ -91,9 +91,9 @@ private:
private: private:
char * fPrintJobName; char * fPrintJobName;
int32 fPageNumber; int32 _unused;
BFile * fSpoolFile; BFile * fSpoolFile;
print_file_header fCurrentHeader; print_file_header fSpoolFileHeader;
BRect fPaperSize; BRect fPaperSize;
BRect fUsableSize; BRect fUsableSize;
status_t fError; status_t fError;