From ce589486aa393fca0d39c106f14a84c049c2b05c Mon Sep 17 00:00:00 2001 From: Izzie Corley <121826462+IzzieCorley@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:39:56 -0400 Subject: [PATCH] Update ChangeLog.txt Fixed typo on line 5 --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f2d12ef..f925363 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,7 +2,7 @@ - gflags: version 2.2.2 Fixed 267: Support build with GCC option "-fvisibility=hidden". -Fixed 262: Declare FALGS_no##name variables as static to avoid "previous extern" warning. +Fixed 262: Declare FLAGS_no##name variables as static to avoid "previous extern" warning. Fixed 261: Declare FlagRegisterer c’tor explicit template instanations as extern in header Fixed 257: Build with _UNICODE support on Windows. Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h private again