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:
Carl Hetherington
2011-05-04 09:22:23 +00:00
parent ba8a593c29
commit f01dc1bfd5

View File

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