- 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:
parent
6cc522252e
commit
233871e4d4
@ -19,8 +19,8 @@ static const char* kCddaFsName = "cdda";
|
||||
|
||||
|
||||
CDDBDaemon::CDDBDaemon()
|
||||
: BApplication("application/x-vnd.Haiku-CDDBDaemon")
|
||||
, fVolumeRoster(new BVolumeRoster)
|
||||
: BApplication("application/x-vnd.Haiku-CDDBDaemon"),
|
||||
fVolumeRoster(new BVolumeRoster)
|
||||
{
|
||||
fVolumeRoster->StartWatching();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user