[Igarden-commit] CommonSource/YAAFExtensions RGImageImportPane.h, 1.5, 1.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:47:17
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7588 Modified Files: RGImageImportPane.h Log Message: Win32 changes Index: RGImageImportPane.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGImageImportPane.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGImageImportPane.h 7 Oct 2006 23:59:27 -0000 1.5 --- RGImageImportPane.h 22 Feb 2007 04:47:14 -0000 1.6 *************** *** 32,39 **** using yaaf::XGFileSpecifier; ! class RGImageImportPane : public CQTImagePane, public XGDropper { public: ! enum { kClassID = 'RIMI' }; RGImageImportPane(); --- 32,40 ---- using yaaf::XGFileSpecifier; ! class YAAF_API RGImageImportPane : public CQTImagePane, public XGDropper { public: ! enum { kClassID = CHAR4('R','I','M','I') //'RIMI' ! }; RGImageImportPane(); |