Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv8984/src/util
Modified Files:
strutil.cpp
Log Message:
Renamed AutoPtr to scoped_ptr
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.125
retrieving revision 1.126
diff -b -u -2 -r1.125 -r1.126
--- strutil.cpp 16 Oct 2003 10:28:08 -0000 1.125
+++ strutil.cpp 16 Oct 2003 13:05:07 -0000 1.126
@@ -1452,5 +1452,5 @@
{
// we have no choice but to use the user-supplied RE
- m_reSig.Initialize(new wxRegEx);
+ m_reSig.set(new wxRegEx);
// we implicitly anchor the RE at start/end of line
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates