diff options
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index 51e2b57..38396f1 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -60,7 +60,7 @@ private: void add_connections(boost::shared_ptr<PatchagePort> port); - bool create_refresh_port(); + bool create_refresh_port(); static void* refresh_main(void* me); void _refresh_main(); |