summaryrefslogtreecommitdiff
path: root/src/lib/file_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/file_log.h')
-rw-r--r--src/lib/file_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/file_log.h b/src/lib/file_log.h
index 53fbe4f76..613dd0939 100644
--- a/src/lib/file_log.h
+++ b/src/lib/file_log.h
@@ -24,6 +24,7 @@ class FileLog : public Log
{
public:
explicit FileLog (boost::filesystem::path file);
+ FileLog (boost::filesystem::path file, int types);
std::string head_and_tail (int amount = 1024) const;