summaryrefslogtreecommitdiff
path: root/src/plugins/appenders/safe_rolling_file_appender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/appenders/safe_rolling_file_appender.h')
-rw-r--r--src/plugins/appenders/safe_rolling_file_appender.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/appenders/safe_rolling_file_appender.h b/src/plugins/appenders/safe_rolling_file_appender.h
index 593cc86aad..75832b7de7 100644
--- a/src/plugins/appenders/safe_rolling_file_appender.h
+++ b/src/plugins/appenders/safe_rolling_file_appender.h
@@ -41,7 +41,8 @@ class SafeRollingFileAppender : public RollingFileAppender {
public:
DECLARE_LOG4CXX_OBJECT(SafeRollingFileAppender)
protected:
- virtual void subAppend(const spi::LoggingEventPtr& event, log4cxx::helpers::Pool& p);
+ virtual void subAppend(const spi::LoggingEventPtr& event,
+ log4cxx::helpers::Pool& p);
};
} // namespace log4cxx