You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/28 09:12:51 UTC

svn commit: r1561983 - /incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h

Author: tschoening
Date: Tue Jan 28 08:12:50 2014
New Revision: 1561983

URL: http://svn.apache.org/r1561983
Log:
Fixed C&P error in rev 1559535 back to rev 1511179

Modified:
    incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h

Modified: incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h?rev=1561983&r1=1561982&r2=1561983&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h (original)
+++ incubator/log4cxx/trunk/src/main/include/log4cxx/patternlayout.h Tue Jan 28 08:12:50 2014
@@ -342,13 +342,11 @@ namespace log4cxx
 		/**
 		 * Pattern converters.
 		 */
-		LOG4CXX_LIST_DEF(LoggingEventPatternConverterList, log4cxx::pattern::LoggingEventPatternConverterPtr);
 		LoggingEventPatternConverterList patternConverters;
 
 		/**
 		 * Field widths and alignment corresponding to pattern converters.
 		 */
-		LOG4CXX_LIST_DEF(FormattingInfoList, log4cxx::pattern::FormattingInfoPtr);
 		FormattingInfoList patternFields;
 
 	public: