[DEV] rm __class__
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
#include "Node.h"
|
||||
#include <audio/river/debug.h>
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "io::Node"
|
||||
|
||||
|
||||
audio::river::io::Node::Node(const std::string& _name, const ejson::Object& _config) :
|
||||
m_config(_config),
|
||||
m_name(_name),
|
||||
@@ -365,4 +361,4 @@ void audio::river::io::Node::stopInGroup() {
|
||||
} else {
|
||||
stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user