[Igarden-commit] CommonSource/CColor CColor.h,1.3,1.4
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:20:22
|
Update of /cvsroot/igarden/CommonSource/CColor In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv28877 Modified Files: CColor.h Log Message: Win32 changes Index: CColor.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/CColor/CColor.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CColor.h 7 Oct 2006 23:49:35 -0000 1.3 --- CColor.h 22 Feb 2007 04:20:21 -0000 1.4 *************** *** 62,66 **** #endif ! class CColor { public: --- 62,66 ---- #endif ! class YAAF_API CColor { public: *************** *** 102,104 **** void CalcHexCode(); unsigned char NumToHex(unsigned char inValue, bool inHighBitsFlag = false) const; ! }; \ No newline at end of file --- 102,104 ---- void CalcHexCode(); unsigned char NumToHex(unsigned char inValue, bool inHighBitsFlag = false) const; ! }; |