mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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 Point;
|
||||||
class TexRow;
|
class TexRow;
|
||||||
class Text;
|
class Text;
|
||||||
class TextEntry;
|
struct TextEntry;
|
||||||
class TextMetrics;
|
class TextMetrics;
|
||||||
|
|
||||||
enum CursorStatus {
|
enum CursorStatus {
|
||||||
|
@ -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
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
class TexString;
|
struct TexString;
|
||||||
|
|
||||||
|
|
||||||
class InsetFloatParams
|
class InsetFloatParams
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
class LaTeXFeatures;
|
class LaTeXFeatures;
|
||||||
class TexString;
|
struct TexString;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
class TexRow;
|
class TexRow;
|
||||||
class TexString;
|
struct TexString;
|
||||||
|
|
||||||
|
|
||||||
/** Wrapper class for odocstream.
|
/** Wrapper class for odocstream.
|
||||||
|
Loading…
Reference in New Issue
Block a user