- Yet another style fix. This is getting old. :) Thanks Axel (again).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,8 +19,8 @@ static const char* kCddaFsName = "cdda";
|
|||||||
|
|
||||||
|
|
||||||
CDDBDaemon::CDDBDaemon()
|
CDDBDaemon::CDDBDaemon()
|
||||||
: BApplication("application/x-vnd.Haiku-CDDBDaemon")
|
: BApplication("application/x-vnd.Haiku-CDDBDaemon"),
|
||||||
, fVolumeRoster(new BVolumeRoster)
|
fVolumeRoster(new BVolumeRoster)
|
||||||
{
|
{
|
||||||
fVolumeRoster->StartWatching();
|
fVolumeRoster->StartWatching();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user