mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Some compilers are worried that a struct is not the same as a class
This commit is contained in:
parent
bd72effd64
commit
0aab06c468
@ -46,7 +46,7 @@ class ParagraphMetrics;
|
||||
class Point;
|
||||
class TexRow;
|
||||
class Text;
|
||||
class TextEntry;
|
||||
struct TextEntry;
|
||||
class TextMetrics;
|
||||
|
||||
enum CursorStatus {
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class TexString;
|
||||
struct TexString;
|
||||
|
||||
|
||||
class InsetFloatParams
|
||||
|
@ -18,7 +18,7 @@
|
||||
namespace lyx {
|
||||
|
||||
class LaTeXFeatures;
|
||||
class TexString;
|
||||
struct TexString;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -18,7 +18,7 @@
|
||||
namespace lyx {
|
||||
|
||||
class TexRow;
|
||||
class TexString;
|
||||
struct TexString;
|
||||
|
||||
|
||||
/** Wrapper class for odocstream.
|
||||
|
Loading…
Reference in New Issue
Block a user