]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.h
Continue to improve GtkLengthEntry
[lyx.git] / src / errorlist.h
index 1e5f7a9b325787128ba23cde406d3bebf0106d28..bd9bd1e330a2d136bb258b62ea81157ca06ac173 100644 (file)
@@ -20,7 +20,8 @@
 class Buffer;
 
 /// A class to hold an error item
-struct ErrorItem {
+class ErrorItem {
+public:
        std::string error;
        std::string description;
        int par_id;