]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/position.h
Compilation fix after r62754.
[wxWidgets.git] / include / wx / position.h
old mode 100755 (executable)
new mode 100644 (file)
index 2f74b7b..7b7cdbf
@@ -2,7 +2,7 @@
 // Name:        include/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) {}