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

Modified Files:
        MObject.cpp 
Log Message:
Fix linking in Release mode.

Index: MObject.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MObject.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- MObject.cpp 3 Oct 2003 15:11:21 -0000       1.26
+++ MObject.cpp 7 Oct 2003 09:05:49 -0000       1.27
@@ -27,7 +27,4 @@
 #endif // USE_PCH
 
-// note: this source file is intentionally empty in release mode, all the code
-// here is only for the debugging support, otherwise the functions are inline in
-// the header.
 #include "MObject.h"
 
@@ -150,4 +147,6 @@
 }
 
+#endif //DEBUG
+
 // ----------------------------------------------------------------------------
 // Reference counting helpers
@@ -174,3 +173,2 @@
 }
 
-#endif //DEBUG



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