reordered declarations to match initialization order

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8082 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-06-20 19:10:50 +00:00
parent f77e30f9dd
commit 24b7442c3f

View File

@ -110,8 +110,8 @@ private:
status_t LoadPrinterAddon(image_id& id);
void AddCurrentPrinter(BMessage* m);
SpoolFolder fPrinter; // the printer spooling directory
Resource* fResource; // the resource required for processing a print job
SpoolFolder fPrinter; // the printer spooling directory
bool fSinglePrintThread; // is printer add-on allowed to process multiple print job at once
Job* fJob; // the next job to process
vint32 fProcessing; // the current nmber of processing threads