mcatan 2004/06/20 10:52:29
Modified: include/log4cxx dailyrollingfileappender.h
Log:
added virtual modifier
Revision Changes Path
1.10 +1 -1
logging-log4cxx/include/log4cxx/dailyrollingfileappender.h
Index: dailyrollingfileappender.h
===================================================================
RCS file:
/home/cvs/logging-log4cxx/include/log4cxx/dailyrollingfileappender.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dailyrollingfileappender.h 20 May 2004 08:04:38 -0000 1.9
+++ dailyrollingfileappender.h 20 Jun 2004 17:52:29 -0000 1.10
@@ -231,7 +231,7 @@
/**
Rollover the current file to a new file.
*/
- void rollOver();
+ virtual void rollOver();
/**