Fixed gcc2 build and warnings.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-11-25 21:17:19 +00:00
parent 7c90c5fc9f
commit 2f59a69a9a
2 changed files with 5 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct Volume::DomainDirectoryEventJob : Job {
:
Job(volume),
fDomain(domain),
fEvent(NULL)
fEvent()
{
fDomain->AcquireReference();
}

View File

@ -57,6 +57,10 @@ private:
struct PackageLoaderContentHandler;
struct DomainDirectoryListener;
friend struct AddPackageDomainJob;
friend struct DomainDirectoryEventJob;
friend struct DomainDirectoryListener;
typedef DoublyLinkedList<Job> JobList;
typedef DoublyLinkedList<PackageDomain> PackageDomainList;