header cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __WXGRIDSEL_H__
|
||||
#define __WXGRIDSEL_H__
|
||||
#ifndef _WX_GENERIC_GRIDSEL_H_
|
||||
#define _WX_GENERIC_GRIDSEL_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
|
||||
#include "wx/grid.h"
|
||||
|
||||
class WXDLLIMPEXP_ADV wxGridSelection{
|
||||
class WXDLLIMPEXP_ADV wxGridSelection
|
||||
{
|
||||
public:
|
||||
wxGridSelection( wxGrid * grid, wxGrid::wxGridSelectionModes sel =
|
||||
wxGrid::wxGridSelectCells );
|
||||
@@ -83,6 +84,5 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxGridSelection)
|
||||
};
|
||||
|
||||
#endif // #ifndef wxUSE_GRID
|
||||
#endif // #ifdef __WXGRIDSEL_H__
|
||||
|
||||
#endif // wxUSE_GRID
|
||||
#endif // _WX_GENERIC_GRIDSEL_H_
|
||||
|
Reference in New Issue
Block a user