]> git.lyx.org Git - lyx.git/commitdiff
Some compilers are worried that a struct is not the same as a class
authorGuillaume Munch <gm@lyx.org>
Mon, 17 Oct 2016 22:54:37 +0000 (00:54 +0200)
committerGuillaume Munch <gm@lyx.org>
Mon, 17 Oct 2016 22:54:37 +0000 (00:54 +0200)
src/BufferView.h
src/LaTeXFeatures.h
src/insets/InsetFloat.h
src/insets/InsetListings.h
src/texstream.h

index aca6f852b22ab6b275a24dab5f0632159b5f8ba1..fc40379d66f8276b497039f9552910736dcc9f5f 100644 (file)
@@ -46,7 +46,7 @@ class ParagraphMetrics;
 class Point;
 class TexRow;
 class Text;
-class TextEntry;
+struct TextEntry;
 class TextMetrics;
 
 enum CursorStatus {
index ec807c3b1f199e38e84f8728d2865bb3f44e7f50..b136f860209e325340bcc30256b65086d737d925 100644 (file)
@@ -27,7 +27,7 @@ class Buffer;
 class BufferParams;
 class InsetLayout;
 class Language;
-class TexString;
+struct TexString;
 
 /** The packages and commands that a buffer needs. This class
  *  contains a list<string>.  Each of the LaTeX packages that a buffer needs
index 7317ab8a3f046331a1fdb2483cf1c37efde2138d..f146e11fac20ba989028b59a421d214eb9d1156f 100644 (file)
@@ -18,7 +18,7 @@
 
 namespace lyx {
 
-class TexString;
+struct TexString;
 
 
 class InsetFloatParams
index 83debfff83f4b5d6adff93c28c858656e6904d6a..14dbda94d096f543cae1a391a0d659c4c9b61146 100644 (file)
@@ -18,7 +18,7 @@
 namespace lyx {
 
 class LaTeXFeatures;
-class TexString;
+struct TexString;
 
 /////////////////////////////////////////////////////////////////////////
 //
index 9c882b9d8914100a045bdf89b6762a63b57121f8..e5450ce7417a53a84b77672fcd69225d56c6b4ec 100644 (file)
@@ -18,7 +18,7 @@
 namespace lyx {
 
 class TexRow;
-class TexString;
+struct TexString;
 
 
 /** Wrapper class for odocstream.