]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/position.h
Enable variadic macros for VC9 and later.
[wxWidgets.git] / include / wx / position.h
index 50d3987669f257132322e1f5af0cd5476c190052..f35203b1606096866087a847480a32823321daea 100644 (file)
@@ -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) {}