X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97660d421354b0d711e916e2032a2d369bbee294..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/position.h diff --git a/include/wx/position.h b/include/wx/position.h old mode 100755 new mode 100644 index 2f74b7b42d..bd324e2343 --- a/include/wx/position.h +++ b/include/wx/position.h @@ -1,9 +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 -// RCS-ID: $Id$ +// Created: 2007-03-13 // Copyright: (c) 2007 The wxWidgets Team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,7 +12,7 @@ #include "wx/gdicmn.h" -class wxPosition +class WXDLLIMPEXP_CORE wxPosition { public: wxPosition() : m_row(0), m_column(0) {}