From 68c1d586fa3deeb1ad1324dc656a7c2d556f13c4 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 26 May 2014 23:49:19 +0200 Subject: [PATCH] * ChangeLog-2013: Correct an old entry. From-SVN: r210951 --- libstdc++-v3/ChangeLog-2013 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog-2013 b/libstdc++-v3/ChangeLog-2013 index e1de16f8137..72344acefae 100644 --- a/libstdc++-v3/ChangeLog-2013 +++ b/libstdc++-v3/ChangeLog-2013 @@ -2013,7 +2013,7 @@ 2013-08-14 Uros Bizjak * src/c++98/compatibility.cc (_ZTIe): Use - reinterpret_cast to avoid -Wcast-qual warnings. + reinterpret_cast to avoid -Wcast-qual warnings. (_ZTIPe): Ditto. (ZTIPKe): Ditto.