Fix crash on startup when using BCF mode for the mackie surface.
git-svn-id: svn://localhost/ardour2/branches/3.0@9468 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -14,9 +14,7 @@ class MackieButtonHandler;
|
||||
class BcfSurface : public Surface
|
||||
{
|
||||
public:
|
||||
BcfSurface( uint32_t max_strips ) : Surface( max_strips )
|
||||
{
|
||||
}
|
||||
BcfSurface (uint32_t max_strips) : Surface (max_strips, 7) {}
|
||||
|
||||
virtual void handle_button( MackieButtonHandler & mbh, ButtonState bs, Button & button );
|
||||
virtual void init_controls();
|
||||
|
||||
Reference in New Issue
Block a user