Fixes for include guards, patch 1256967 Paul Cornett
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __WXGRIDSEL_H__
|
||||
#define __WXGRIDSEL_H__
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_GRID
|
||||
|
||||
#ifndef __WXGRIDSEL_H__
|
||||
#define __WXGRIDSEL_H__
|
||||
|
||||
#include "wx/grid.h"
|
||||
|
||||
class WXDLLIMPEXP_ADV wxGridSelection{
|
||||
@@ -83,6 +83,6 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxGridSelection)
|
||||
};
|
||||
|
||||
#endif // #ifdef __WXGRIDSEL_H__
|
||||
#endif // #ifndef wxUSE_GRID
|
||||
#endif // #ifdef __WXGRIDSEL_H__
|
||||
|
||||
|
Reference in New Issue
Block a user