Fix namespace

This commit is contained in:
Hyunjin Song
2024-10-03 20:32:55 +09:00
parent 7ce62fe0cb
commit 7782954e6e
4 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
#include <memory>
namespace _cdslib
namespace lmms::_cdslib
{
void init()
@@ -31,4 +31,4 @@ void thread_deinit()
}
}
}
} // namespace lmms::_cdslib