]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dndcmn.cpp
Silence warning about truncation since the comment says it ok
[wxWidgets.git] / src / common / dndcmn.cpp
index f3fe62d892210be5c6dd7b1e334c05965547db0d..b13ba86d34c7b9c821bff00c3a2ead9212fd2f70 100644 (file)
@@ -4,7 +4,7 @@
 // Modified by:
 // Created:     19.10.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows Team
+// Copyright:   (c) wxWidgets Team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dndbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__