mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 11:05:27 +00:00
Fix namespace issues in PCMTest.cpp
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
using libprojectM::Audio::PCM;
|
||||
using namespace libprojectM::Audio;
|
||||
|
||||
class PcmMock : public PCM
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user