X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97660d421354b0d711e916e2032a2d369bbee294..b25278d885906c601a53fe4ddb246da2f68f66f9:/include/wx/position.h?ds=inline

diff --git a/include/wx/position.h b/include/wx/position.h
old mode 100755
new mode 100644
index 2f74b7b42d..f35203b160
--- a/include/wx/position.h
+++ b/include/wx/position.h
@@ -1,8 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        include/wx/position.h
+// Name:        wx/position.h
 // Purpose:     Common structure and methods for positional information.
 // Author:      Vadim Zeitlin, Robin Dunn, Brad Anderson, Bryan Petty
-// Created:     2007-0r-13
+// Created:     2007-03-13
 // RCS-ID:      $Id$
 // Copyright:   (c) 2007 The wxWidgets Team
 // Licence:     wxWindows licence
@@ -13,7 +13,7 @@
 
 #include "wx/gdicmn.h"
 
-class wxPosition
+class WXDLLIMPEXP_CORE wxPosition
 {
 public:
     wxPosition() : m_row(0), m_column(0) {}