]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/clipbrd.cpp
show default title if no custom one was specified instead of clearing it (patch 1829254)
[wxWidgets.git] / src / mgl / clipbrd.cpp
index 6dc37376589ec57e542ecd94e2ec8ef0ab434e2c..eafe64bd1bbe91d1277d448110866c280c806be4 100644 (file)
@@ -7,14 +7,18 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "clipbrd.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
 #endif
 
 #include "wx/clipbrd.h"
 
 #if wxUSE_CLIPBOARD
 
+// FIXME_MGL
 
 IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)