]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / gtk / window.cpp
index d1cf0511dbe26917c46d10ec8309e1337d4ae90d..5313dd72a0ba7ae2835eb4a63ec183baa6a07c7f 100644 (file)
@@ -2230,7 +2230,7 @@ bool wxWindowGTK::Create( wxWindow *parent,
     wxBorder border = GetBorder(style);
     style &= ~wxBORDER_MASK;
     style |= border;
-    
+
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {