13
0

stub file to enable nightly builds

This commit is contained in:
Ben Loftis 2015-11-24 23:37:49 -06:00
parent 000b11dc4d
commit 3ded5fc3f6

View File

@ -0,0 +1,14 @@
#include "faderport.h"
using namespace ArdourSurface;
void
FaderPort::undo()
{
}
void
FaderPort::redo()
{
}