[Wgui-cvs] wgui/includes wg_window.h,1.34,1.35
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-20 18:59:18
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30174/includes Modified Files: wg_window.h Log Message: DOxygen docs fix Index: wg_window.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_window.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** wg_window.h 13 Apr 2004 15:28:56 -0000 1.34 --- wg_window.h 20 Apr 2004 18:59:06 -0000 1.35 *************** *** 38,41 **** --- 38,45 ---- { + // forward declaration of the view class + class CView; + + //! A base class with all the basic properties needed by a window *************** *** 44,51 **** //! Almost all controls and views will be derived from this - - // forward declaration of the view class - class CView; - class CWindow : public CMessageClient { --- 48,51 ---- |