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 Point;
class TexRow; class TexRow;
class Text; class Text;
class TextEntry; struct TextEntry;
class TextMetrics; class TextMetrics;
enum CursorStatus { enum CursorStatus {

View File

@ -27,7 +27,7 @@ class Buffer;
class BufferParams; class BufferParams;
class InsetLayout; class InsetLayout;
class Language; class Language;
class TexString; struct TexString;
/** The packages and commands that a buffer needs. This class /** The packages and commands that a buffer needs. This class
* contains a list<string>. Each of the LaTeX packages that a buffer needs * contains a list<string>. Each of the LaTeX packages that a buffer needs

View File

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

View File

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

View File

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