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:
parent
f77e30f9dd
commit
24b7442c3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user