Browse Source

[1470] Forward declare OutputOption as a struct.

Stephen Morris 13 years ago
parent
commit
ae4e8ba0c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/log/logger_manager_impl.h

+ 1 - 1
src/lib/log/logger_manager_impl.h

@@ -31,7 +31,7 @@ namespace log {
 
 
 // Forward declarations
 // Forward declarations
 class LoggerSpecification;
 class LoggerSpecification;
-class OutputOption;
+struct OutputOption;
 
 
 /// \brief Logger Manager Implementation
 /// \brief Logger Manager Implementation
 ///
 ///