9fdd83842f
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
187 B
C
14 lines
187 B
C
#ifndef __SEREXT_H__
|
|
#define __SEREXT_H__
|
|
|
|
#ifdef __GNUG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
#include <wx/serbase.h>
|
|
#include "serwnd.h"
|
|
|
|
DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
|
|
|
|
#endif
|