]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.h
Change the color of the background widget to red.
[lyx.git] / src / errorlist.h
index 52e79a5ee290f9c81c075a263c669239031be971..1e5f7a9b325787128ba23cde406d3bebf0106d28 100644 (file)
@@ -31,6 +31,7 @@ struct ErrorItem {
        ErrorItem();
 };
 
+
 class ErrorList : private std::vector<ErrorItem>
 {
 public:
@@ -46,6 +47,4 @@ public:
        using std::vector<ErrorItem>::const_iterator;
 };
 
-
-
 #endif