mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
forgot to declare debugToken() in r37117
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37133 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e8d0e93a57
commit
006a906858
@ -1215,9 +1215,6 @@ LyXErr & operator<<(LyXErr & os, Cursor const & cur)
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
//#define FILEDEBUG 1
|
|
||||||
|
|
||||||
|
|
||||||
bool Cursor::isInside(Inset const * p) const
|
bool Cursor::isInside(Inset const * p) const
|
||||||
{
|
{
|
||||||
for (size_t i = 0; i != depth(); ++i)
|
for (size_t i = 0; i != depth(); ++i)
|
||||||
|
@ -107,6 +107,10 @@ private:
|
|||||||
|
|
||||||
std::ostream & operator<<(std::ostream & os, Token const & t);
|
std::ostream & operator<<(std::ostream & os, Token const & t);
|
||||||
|
|
||||||
|
#ifdef FILEDEBUG
|
||||||
|
extern void debugToken(std::ostream & os, Token const & t, unsigned int flags);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Actual parser class
|
* Actual parser class
|
||||||
|
Loading…
Reference in New Issue
Block a user