fix compiling error

This commit is contained in:
minggo 2016-09-18 11:34:01 +08:00
parent 84a102edf8
commit 4dd1af5485
1 changed files with 0 additions and 15 deletions

View File

@ -238,19 +238,4 @@ private:
std::vector<std::string> _oldSearchPaths;
};
class AudioPlayFileInWritablePath : public AudioEngineTestDemo
{
public:
CREATE_FUNC(AudioPlayFileInWritablePath);
virtual void onEnter() override;
virtual void onExit() override;
virtual std::string title() const override;
virtual std::string subtitle() const override;
private:
std::vector<std::string> _oldSearchPaths;
};
#endif /* defined(__NEWAUDIOENGINE_TEST_H_) */