[Igarden-commit] Garden/source/Document CGardenPanel.h, 1.8.2.7, 1.8.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 20:48:53
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23424/source/Document Modified Files: Tag: Release_branch_v1 CGardenPanel.h Log Message: Return "not handled" by default to fix a warning Index: CGardenPanel.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CGardenPanel.h,v retrieving revision 1.8.2.7 retrieving revision 1.8.2.8 diff -C2 -d -r1.8.2.7 -r1.8.2.8 *** CGardenPanel.h 14 May 2008 13:08:31 -0000 1.8.2.7 --- CGardenPanel.h 17 May 2008 20:48:50 -0000 1.8.2.8 *************** *** 98,102 **** virtual long DoModifyMenu( long arg, void* parg ); virtual long DoTooltipStart( long arg, void* parg ); ! virtual long DoPrefsStateChanged( long arg, void* /*parg*/ ) {} virtual void PrintHeader(XGDraw& draw, UInt32 pageNum, UInt32 maxPages, Point printSize); --- 98,102 ---- virtual long DoModifyMenu( long arg, void* parg ); virtual long DoTooltipStart( long arg, void* parg ); ! virtual long DoPrefsStateChanged( long arg, void* /*parg*/ ) { return(-1); } virtual void PrintHeader(XGDraw& draw, UInt32 pageNum, UInt32 maxPages, Point printSize); |