Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14005/src/util
Modified Files:
strutil.cpp
Log Message:
renamed scoped_ptr::set() to reset(); added scoped_array
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -b -u -2 -r1.131 -r1.132
--- strutil.cpp 10 Jul 2004 19:44:37 -0000 1.131
+++ strutil.cpp 11 Jul 2004 12:55:44 -0000 1.132
@@ -1465,5 +1465,5 @@
{
// we have no choice but to use the user-supplied RE
- m_reSig.set(new wxRegEx);
+ m_reSig.reset(new wxRegEx);
// we implicitly anchor the RE at start/end of line
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates