X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e1fafb918b4d27606b1b6197d90c4bf84039fd5..981b25083e41288f142e717f917e709347c34a02:/src/gtk/slider.cpp diff --git a/src/gtk/slider.cpp b/src/gtk/slider.cpp index bd6f84a6c4..778407f9ed 100644 --- a/src/gtk/slider.cpp +++ b/src/gtk/slider.cpp @@ -94,7 +94,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id, !CreateBase( parent, id, pos, size, style, validator, name )) { wxFAIL_MSG( wxT("wxSlider creation failed") ); - return FALSE; + return FALSE; } m_oldPos = 0.0;