]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/frame.cpp
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / src / osx / carbon / frame.cpp
index 451ac4a964e99efd121e6de4765e52f995cc511f..e7c53a27aa149c341f1771adda73b4985fbb7f8f 100644 (file)
@@ -51,7 +51,6 @@ bool wxFrame::Create(wxWindow *parent,
            long style,
            const wxString& name)
 {
-
     if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) )
         return false;