From 12749d1a5901b1c6a353109569b614acd91f21cd Mon Sep 17 00:00:00 2001 From: VZ Date: Mon, 18 Mar 2019 15:43:30 -0500 Subject: [PATCH] Update src/stc/PlatWX.cpp Co-Authored-By: NewPagodi --- src/stc/PlatWX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 45cdea166a..6ac1b876af 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -2537,7 +2537,7 @@ void ListBoxImpl::RegisterImage(int type, const char *xpm_data) { img = dec.ReadData(reinterpret_cast(xpm_data)); wxBitmap bmp(img); - RegisterImageHelper(type,bmp); + RegisterImageHelper(type, bmp); }