Common: Move NonCopyable to its own header

This commit is contained in:
Lioncash 2015-09-26 16:13:54 -04:00
commit 1d42db2439
18 changed files with 39 additions and 16 deletions

View file

@ -17,6 +17,7 @@
#include <string>
#include "Common/CommonTypes.h"
#include "Common/FileUtil.h"
#include "Common/NonCopyable.h"
class WaveFileWriter : NonCopyable
{