X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.h;h=276cd267944dd90d21386c668490deb059bcaa57;hb=d1ce71d3983608bd19d207de3744318f4f5ddfe3;hp=7feceac9aca293a83bc3a7c42a433c34af9edad0;hpb=154319d0635da7da3523519e28702e4a0ff85bba;p=lyx.git diff --git a/src/ErrorList.h b/src/ErrorList.h index 7feceac9ac..276cd26794 100644 --- a/src/ErrorList.h +++ b/src/ErrorList.h @@ -41,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;