A few more coding style fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38442 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0960b6d0f1
commit
c21a83bb46
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2009 Haiku Inc. All rights reserved.
|
||||
* Copyright 2003-2010 Haiku Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@ -32,7 +32,7 @@ class Resampler;
|
||||
|
||||
class MixerCore {
|
||||
public:
|
||||
MixerCore(AudioMixer *node);
|
||||
MixerCore(AudioMixer* node);
|
||||
virtual ~MixerCore();
|
||||
|
||||
MixerSettings* Settings();
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2009 Haiku Inc. All rights reserved.
|
||||
* Copyright 2003-2010 Haiku Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user