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

Modified Files:
        wxSpamOptions.cpp 
Log Message:
compilation fix

Index: wxSpamOptions.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSpamOptions.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- wxSpamOptions.cpp   3 Oct 2003 13:39:47 -0000       1.9
+++ wxSpamOptions.cpp   9 Oct 2003 21:35:35 -0000       1.10
@@ -458,6 +458,5 @@
    // we use the global app profile to pass the settings to/from the options
    // page because like this we can reuse the options page classes easily
-   RefCounter<Profile> profile;
-   profile.AttachAndIncRef(mApplication->GetProfile());
+   Profile *profile = mApplication->GetProfile();
 
    // transfer data to dialog



-------------------------------------------------------
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

Reply via email to