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:
Georg Baum 2011-01-06 18:36:03 +00:00
parent e8d0e93a57
commit 006a906858
2 changed files with 4 additions and 3 deletions

View File

@ -1215,9 +1215,6 @@ LyXErr & operator<<(LyXErr & os, Cursor const & cur)
namespace lyx {
//#define FILEDEBUG 1
bool Cursor::isInside(Inset const * p) const
{
for (size_t i = 0; i != depth(); ++i)

View File

@ -107,6 +107,10 @@ private:
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