]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/position.h
No changes, just add another case to a switch on wxMouseButton.
[wxWidgets.git] / include / wx / position.h
old mode 100755 (executable)
new mode 100644 (file)
index 50d3987..f35203b
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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-03-13
@@ -13,7 +13,7 @@
 
 #include "wx/gdicmn.h"
 
-class wxPosition
+class WXDLLIMPEXP_CORE wxPosition
 {
 public:
     wxPosition() : m_row(0), m_column(0) {}