Update src/stc/PlatWX.cpp

Co-Authored-By: NewPagodi <NewPagodi@users.noreply.github.com>
This commit is contained in:
VZ
2019-03-18 15:43:30 -05:00
committed by GitHub
parent f4e0c1aaee
commit 12749d1a59

View File

@@ -2537,7 +2537,7 @@ void ListBoxImpl::RegisterImage(int type, const char *xpm_data) {
img = dec.ReadData(reinterpret_cast<const char* const*>(xpm_data));
wxBitmap bmp(img);
RegisterImageHelper(type,bmp);
RegisterImageHelper(type, bmp);
}