Update of /cvsroot/wgui/wgui/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15384/includes
Modified Files:
wg_resource_handle.h
Log Message:
Documentation fixes.
Index: wg_resource_handle.h
===================================================================
RCS file: /cvsroot/wgui/wgui/includes/wg_resource_handle.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** wg_resource_handle.h 3 Jun 2004 19:10:52 -0000 1.18
--- wg_resource_handle.h 3 Jun 2004 19:14:57 -0000 1.19
***************
*** 168,171 ****
--- 168,172 ----
CCursorResourceHandle(TResourceId resId) : CResourceHandle(resId) { }
+ //! A copying constructor
//! \param resHandle An existing resource handle that will be cloned
CCursorResourceHandle(const CCursorResourceHandle& resHandle) :
|