Fixed warning (reordered constructors).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6650 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
362c1dfc8a
commit
0a6895778a
@ -231,8 +231,8 @@ void Folder::SetupJobList() {
|
||||
}
|
||||
|
||||
Folder::Folder(BLocker* locker, BLooper* looper, const BDirectory& spoolDir)
|
||||
: fLocker(locker)
|
||||
, FolderWatcher(looper, spoolDir, true)
|
||||
: FolderWatcher(looper, spoolDir, true)
|
||||
, fLocker(locker)
|
||||
, fJobs()
|
||||
{
|
||||
SetListener(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user