Update of /cvsroot/cpptool/rfta/bug
In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/bug
Modified Files:
List.txt
Log Message:
* fixed enum parsing bug
Index: List.txt
===================================================================
RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** List.txt 2 May 2003 06:22:25 -0000 1.3
--- List.txt 3 May 2003 17:47:47 -0000 1.4
***************
*** 25,42 ****
---
- unamed enum: (audacity\freqwindow.cpp.html)
- enum {
- FirstID = 7000,
-
- FreqCloseButtonID,
- FreqExportButtonID,
- FreqAlgChoiceID,
- FreqSizeChoiceID,
- FreqFuncChoiceID,
- FreqAxisChoiceID
- };
- ==> parse failure
-
- ---
MFC macros (dc++\hubframe.h.html)
BEGIN_MSG_MAP(HubFrame)
--- 25,28 ----
|