[DEV] rm __class__
This commit is contained in:
parent
fcf76e9b19
commit
66092e9a74
@ -12,8 +12,6 @@
|
|||||||
#include <speex/speex_resampler.h>
|
#include <speex/speex_resampler.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "algo::speex::ResamplerPrivate"
|
|
||||||
namespace audio {
|
namespace audio {
|
||||||
namespace algo {
|
namespace algo {
|
||||||
namespace speex {
|
namespace speex {
|
||||||
@ -113,8 +111,6 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "algo::speex::Resampler"
|
|
||||||
|
|
||||||
audio::algo::speex::Resampler::Resampler() {
|
audio::algo::speex::Resampler::Resampler() {
|
||||||
|
|
||||||
|
@ -11,9 +11,6 @@
|
|||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#undef __class__
|
|
||||||
#define __class__ "test"
|
|
||||||
|
|
||||||
|
|
||||||
class Performance {
|
class Performance {
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user