X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.h;h=276cd267944dd90d21386c668490deb059bcaa57;hb=158b9a0e551144ca357d6635af9cddcc446bb91f;hp=d0b77439ac27dd7e660aedec6ed9931b20326cf9;hpb=2e18f6a671a111b30838c48dc86c4783919ebdf6;p=lyx.git diff --git a/src/ErrorList.h b/src/ErrorList.h index d0b77439ac..276cd26794 100644 --- a/src/ErrorList.h +++ b/src/ErrorList.h @@ -16,7 +16,6 @@ #include "support/types.h" #include -#include namespace lyx { @@ -42,7 +41,7 @@ public: class ErrorList : private std::vector { public: - ErrorList() : std::vector () {}; + ErrorList() : std::vector () {} using std::vector::push_back; using std::vector::end;