Update of /cvsroot/libufo/ufo-0.5/include/ufo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8364/include/ufo
Modified Files:
ufo_debug.hpp
Log Message:
Index: ufo_debug.hpp
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/ufo_debug.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ufo_debug.hpp 30 Sep 2005 12:36:26 -0000 1.11
--- ufo_debug.hpp 30 Sep 2005 12:57:33 -0000 1.12
***************
*** 80,84 ****
#else
UDebugStream &
! operator<<(ostream_type & (*/* pf */)(ostream_type &)) {
return *this;
}
--- 80,84 ----
#else
UDebugStream &
! operator<<(ostream_type & (* /* pf */)(ostream_type &)) {
return *this;
}
|