// 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
#include "wx/gdicmn.h"
-class wxPosition
+class WXDLLIMPEXP_CORE wxPosition
{
public:
wxPosition() : m_row(0), m_column(0) {}