- 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:
Bruno G. Albuquerque 2008-08-21 14:28:20 +00:00
parent 6cc522252e
commit 233871e4d4
1 changed files with 2 additions and 2 deletions

View File

@ -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();