From 436c92f8348a0e36670d90db54d6d02bfcf42399 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Feb 2022 22:00:50 +0000 Subject: [PATCH] Remove extraneous semicolon after namespace closing brace No real changes. --- src/msw/imaglist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/imaglist.cpp b/src/msw/imaglist.cpp index f76c3d4603..3bc42acd4d 100644 --- a/src/msw/imaglist.cpp +++ b/src/msw/imaglist.cpp @@ -209,7 +209,7 @@ void GetImageListBitmaps(const wxBitmap& bitmap, const wxBitmap& mask, bool useM hbmp = GetHbitmapOf(bitmap); #endif // wxUSE_WXDIB && wxUSE_IMAGE } -}; +} // anonymous namespace // Adds a bitmap, and optionally a mask bitmap. // Note that wxImageList creates new bitmaps, so you may delete