]> git.saurik.com Git - wxWidgets.git/blame - include/wx/scrolwin.h
minor comments tweaking
[wxWidgets.git] / include / wx / scrolwin.h
CommitLineData
34138703
JS
1#ifndef _WX_SCROLWIN_H_BASE_
2#define _WX_SCROLWIN_H_BASE_
c801d85f 3
30954328
RR
4#ifdef __WXGTK__
5#include "wx/gtk/scrolwin.h"
6#else
c801d85f 7#include "wx/generic/scrolwin.h"
30954328 8#endif
c801d85f
KB
9
10#endif
34138703 11 // _WX_SCROLWIN_H_BASE_