]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.h
Add missing space in front of edition in generated bibentry.
[lyx.git] / src / ErrorList.h
index d0b77439ac27dd7e660aedec6ed9931b20326cf9..276cd267944dd90d21386c668490deb059bcaa57 100644 (file)
@@ -16,7 +16,6 @@
 #include "support/types.h"
 
 #include <vector>
-#include <string>
 
 
 namespace lyx {
@@ -42,7 +41,7 @@ public:
 class ErrorList : private std::vector<ErrorItem>
 {
 public:
-       ErrorList() : std::vector<ErrorItem> () {};
+       ErrorList() : std::vector<ErrorItem> () {}
 
        using std::vector<ErrorItem>::push_back;
        using std::vector<ErrorItem>::end;