From 5222f59cc0b2d493c433c2bd45167a5ffdb9e711 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Jun 2014 09:35:12 -0700 Subject: [PATCH] Fix build. --- posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.h b/posix.h index bff3bb6f..0bc37d3b 100644 --- a/posix.h +++ b/posix.h @@ -143,7 +143,7 @@ public: #else private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(BufferedFile); + FMT_DISALLOW_COPY_AND_ASSIGN(BufferedFile); public: BufferedFile(BufferedFile &&other) FMT_NOEXCEPT(true) : file_(other.file_) {