[wpdev-commits] wolfpack makemenus.h,1.28,1.29 wolfpack.pro,1.150,1.151
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2003-09-04 20:10:07
|
Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv21699
Modified Files:
makemenus.h wolfpack.pro
Log Message:
Oops
Index: makemenus.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/makemenus.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** makemenus.h 6 Jul 2003 13:48:01 -0000 1.28
--- makemenus.h 4 Sep 2003 20:10:03 -0000 1.29
***************
*** 321,325 ****
void setName( const QString& data ) { name_ = data; }
void setModel( UINT16 data ) { model_ = data; }
! void appendSection( cMakeSection* pms ) { makesections_.append( pms ); }
SectionContainer makesections() const { return makesections_; }
--- 321,325 ----
void setName( const QString& data ) { name_ = data; }
void setModel( UINT16 data ) { model_ = data; }
! void appendSection( cMakeSection* pms ) { makesections_.push_back( pms ); }
SectionContainer makesections() const { return makesections_; }
Index: wolfpack.pro
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -d -r1.150 -r1.151
*** wolfpack.pro 4 Sep 2003 19:24:47 -0000 1.150
--- wolfpack.pro 4 Sep 2003 20:10:03 -0000 1.151
***************
*** 51,55 ****
win32-borland:LIBS += ws2_32.lib
! DEFINES += -DMYSQL_DRIVER
# Common files
--- 51,55 ----
win32-borland:LIBS += ws2_32.lib
! DEFINES += MYSQL_DRIVER
# Common files
|