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

Modified Files:
        wxFolderView.cpp 
Log Message:
gcc compilation fix

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.612
retrieving revision 1.613
diff -b -u -2 -r1.612 -r1.613
--- wxFolderView.cpp    6 Nov 2002 00:28:24 -0000       1.612
+++ wxFolderView.cpp    6 Nov 2002 11:01:54 -0000       1.613
@@ -1940,5 +1940,5 @@
    }
 
-   Profile_obj profile = m_FolderView->GetFolderProfile();
+   Profile_obj profile(m_FolderView->GetFolderProfile());
 
    // sort by this column: if we already do this, then toggle the sort



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to