diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 16:24:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 16:24:11 +0000 |
commit | 83524af5fe08cab5ed3cfe553adcabe11a6e5dc1 (patch) | |
tree | b788cc4c994e404c38ee4070a8f3934998a9a201 /cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp | |
parent | Add pear-OLE, a pear class for reading and writing OLE containers, as used (diff) |
- Update to version 0.42b
PR: ports/64330
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=104176
Diffstat (limited to '')
-rw-r--r-- | cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp b/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp new file mode 100644 index 000000000000..3a8750aaed17 --- /dev/null +++ b/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp @@ -0,0 +1,11 @@ +--- src/OptGeneralDlgImpl.cpp.orig Mon Dec 29 05:35:44 2003 ++++ src/OptGeneralDlgImpl.cpp Tue Mar 16 23:47:47 2004 +@@ -16,7 +16,7 @@ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#include <stdlib.h> ++#include <cstdlib> + #include <qdir.h> + #include <qstringlist.h> + |