X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..da52a4e023e73c2922f63d95026816a624695559:/include/wx/panel.h?ds=inline diff --git a/include/wx/panel.h b/include/wx/panel.h index 8944fee1c5..fb5892207f 100644 --- a/include/wx/panel.h +++ b/include/wx/panel.h @@ -1,7 +1,18 @@ -#ifndef __PANELH_BASE__ -#define __PANELH_BASE__ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/panel.h +// Purpose: Base header for wxPanel +// Author: Julian Smart +// Modified by: +// Created: +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart +// Licence: wxWindows Licence +///////////////////////////////////////////////////////////////////////////// + +#ifndef _WX_PANEL_H_BASE_ +#define _WX_PANEL_H_BASE_ #include "wx/generic/panelg.h" #endif - // __PANELH_BASE_ + // _WX_PANELH_BASE_