From ed1914744179c7f318e85d0b4a4ef6ff73b0d227 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Jun 2014 10:16:13 -0700 Subject: [PATCH] Fix build, take 2. --- posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.h b/posix.h index e3c9ed13..e5229093 100644 --- a/posix.h +++ b/posix.h @@ -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_) {