Fix build, take 2.

This commit is contained in:
Victor Zverovich 2014-06-09 10:16:13 -07:00
parent e7b6896c43
commit ed19147441

View File

@ -243,7 +243,7 @@ public:
#else
private:
GTEST_DISALLOW_COPY_AND_ASSIGN_(File);
FMT_DISALLOW_COPY_AND_ASSIGN(File);
public:
File(File &&other) FMT_NOEXCEPT(true) : fd_(other.fd_) {