X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d45127a543b01fe66a5d94033f6730e057a78a9a..e62b7692622880d48b62f555c1e356883232956c:/include/wx/position.h?ds=sidebyside diff --git a/include/wx/position.h b/include/wx/position.h index 50d3987669..bd324e2343 100644 --- 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-03-13 -// RCS-ID: $Id$ // 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) {}