diff --git a/headers/private/storage/DiskDeviceList.h b/headers/private/storage/DiskDeviceList.h index d1a7476baf..3fb3a516ca 100644 --- a/headers/private/storage/DiskDeviceList.h +++ b/headers/private/storage/DiskDeviceList.h @@ -1,15 +1,16 @@ //---------------------------------------------------------------------- -// This software is part of the OpenBeOS distribution and is covered -// by the OpenBeOS license. +// This software is part of the Haiku distribution and is covered +// by the MIT license. //--------------------------------------------------------------------- - #ifndef _DISK_DEVICE_LIST_H #define _DISK_DEVICE_LIST_H + #include #include #include + class BDiskDevice; class BDiskDeviceRoster; class BPartition; @@ -17,7 +18,7 @@ class BSession; class BDiskDeviceList : public BHandler { public: - BDiskDeviceList(bool useOwnLocker); + BDiskDeviceList(bool useOwnLocker = true); virtual ~BDiskDeviceList(); virtual void MessageReceived(BMessage *message);