Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv12077/src/gui

Modified Files:
        wxMainFrame.cpp 
Log Message:
gcc compilation error fixed

Index: wxMainFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMainFrame.cpp,v
retrieving revision 1.151
retrieving revision 1.152
diff -b -u -2 -r1.151 -r1.152
--- wxMainFrame.cpp     22 Jul 2002 00:02:31 -0000      1.151
+++ wxMainFrame.cpp     22 Jul 2002 13:48:18 -0000      1.152
@@ -571,5 +571,5 @@
                SearchCriterium crit;
 
-               Profile_obj profile = GetFolderProfile();
+               Profile_obj profile(GetFolderProfile());
                if ( ConfigureSearchMessages(&crit, profile, this) )
                {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to