Commit 5222f59c authored by Victor Zverovich's avatar Victor Zverovich

Fix build.

parent eaa89e23
......@@ -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_) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment