Author: afester
Date: Sun Aug 13 12:56:03 2006
New Revision: 431220

URL: http://svn.apache.org/viewvc?rev=431220&view=rev
Log:
LOGCXX-14: fixed initialization order of members (fix gcc warning
... is initialized before ...)

Modified:
    logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h

Modified: 
logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h?rev=431220&r1=431219&r2=431220&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h 
(original)
+++ logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h 
Sun Aug 13 12:56:03 2006
@@ -72,8 +72,8 @@
                   LOG4CXX_CAST_ENTRY_CHAIN(RollingPolicyBase)
           END_LOG4CXX_CAST_MAP()
 
-          int maxIndex;
           int minIndex;
+          int maxIndex;
           bool explicitActiveFile;
 
           /**


Reply via email to