updated namespaces

This commit is contained in:
Christopher Herb
2023-07-08 05:51:31 +02:00
parent ebae50c2e6
commit eaf72afdab
21 changed files with 21 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdlib>
#include <stdint.h>
namespace trnr::lib::clip {
namespace trnr {
// soft clipper based on ClipSoftly by Chris Johnson
class aw_clipsoftly {
public: