Some compilers are worried that a struct is not the same as a class

This commit is contained in:
Guillaume Munch 2016-10-18 00:54:37 +02:00
parent bd72effd64
commit 0aab06c468
5 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ class ParagraphMetrics;
class Point;
class TexRow;
class Text;
class TextEntry;
struct TextEntry;
class TextMetrics;
enum CursorStatus {

View 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

View File

@ -18,7 +18,7 @@
namespace lyx {
class TexString;
struct TexString;
class InsetFloatParams

View File

@ -18,7 +18,7 @@
namespace lyx {
class LaTeXFeatures;
class TexString;
struct TexString;
/////////////////////////////////////////////////////////////////////////
//

View File

@ -18,7 +18,7 @@
namespace lyx {
class TexRow;
class TexString;
struct TexString;
/** Wrapper class for odocstream.