summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsSysLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/KerneloopsSysLog.h')
-rw-r--r--lib/Plugins/KerneloopsSysLog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsSysLog.h b/lib/Plugins/KerneloopsSysLog.h
index ff4c8ba2..dc88d9ca 100644
--- a/lib/Plugins/KerneloopsSysLog.h
+++ b/lib/Plugins/KerneloopsSysLog.h
@@ -48,7 +48,7 @@ class CSysLog
public:
CSysLog();
- std::list<COops> GetOopsList();
+ const std::list<COops>& GetOopsList();
void ClearOopsList();
int ExtractOops(char *buffer, size_t buflen, int remove_syslog);
};