Update of /cvsroot/mahogany/M/src/adb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18183/src/adb

Modified Files:
        ProvLine.cpp 
Log Message:
added missing semicolon after CHECK()

Index: ProvLine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/ProvLine.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- ProvLine.cpp        16 Jan 2006 20:32:26 -0000      1.13
+++ ProvLine.cpp        25 Mar 2006 02:50:34 -0000      1.14
@@ -546,5 +546,5 @@
 {
    RefCounter<LineBook> book(new LineBook(name));
-   CHECK ( !book->IsBad(), NULL, _T("Cannot create LineBook") )
+   CHECK ( !book->IsBad(), NULL, _T("Cannot create LineBook") );
    return book.release();
 }



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to