]> 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 aa9a861fd69b8ea11b7ca59d1b8fbeee1e25d7f4..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
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "dndbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__