]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/historytable.hpp
Merge branch 'support/2.8'
[icinga2] / lib / livestatus / historytable.hpp
index e2e0c751c5caadd7aff66ded401552741092e101..9d032e617aa63750cc57cbf5e4d1220d6497a6e1 100644 (file)
@@ -30,10 +30,10 @@ namespace icinga
 /**
  * @ingroup livestatus
  */
-class I2_LIVESTATUS_API HistoryTable : public Table
+class HistoryTable : public Table
 {
 public:
-       virtual void UpdateLogEntries(const Dictionary::Ptr& bag, int line_count, int lineno, const AddRowFunction& addRowFn);
+       virtual void UpdateLogEntries(const Dictionary::Ptr& bag, int line_count, int lineno, const AddRowFunction& addRowFn) = 0;
 };
 
 }