Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9621
Modified Files:
tcFIFO.cpp
Log Message:
+ newline at the end of file
+ changed tcfifo.h to tcFIFO.h
Index: tcFIFO.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcFIFO.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tcFIFO.cpp 19 Oct 2003 17:46:01 -0000 1.2
--- tcFIFO.cpp 11 Apr 2004 22:21:38 -0000 1.3
***************
*** 19,23 ****
! #include "tcfifo.h"
--- 19,23 ----
! #include "tcFIFO.h"
***************
*** 96,98 ****
tcStack::~tcStack(void) {
mnMinSize = 0;
! }
\ No newline at end of file
--- 96,99 ----
tcStack::~tcStack(void) {
mnMinSize = 0;
! }
!
|