mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Move META_INSET declaration to header file
This commit is contained in:
parent
20fe5a6781
commit
219773dd55
@ -84,14 +84,6 @@ using namespace lyx::support;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
namespace {
|
||||
|
||||
/// Inset identifier (above 0x10ffff, for ucs-4)
|
||||
char_type const META_INSET = 0x200001;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// SpellResultRange
|
||||
|
@ -53,6 +53,9 @@ class WordLangTuple;
|
||||
class XMLStream;
|
||||
class otexstream;
|
||||
|
||||
/// Inset identifier (above 0x10ffff, for ucs-4)
|
||||
char_type const META_INSET = 0x200001;
|
||||
|
||||
class FontSpan {
|
||||
public:
|
||||
/// Invalid font span containing no character
|
||||
|
Loading…
Reference in New Issue
Block a user