diff options
Diffstat (limited to 'autodoc/source/tools/tkpchars.cxx')
-rw-r--r-- | autodoc/source/tools/tkpchars.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/tools/tkpchars.cxx b/autodoc/source/tools/tkpchars.cxx index 5d23e65ba22f..a6a62a6bc635 100644 --- a/autodoc/source/tools/tkpchars.cxx +++ b/autodoc/source/tools/tkpchars.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tkpchars.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:36 $ + * last change: $Author: np $ $Date: 2002-05-14 09:02:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ CharacterSource::BeginSource() } /// KORR: So far, this works only when tokens do not cross inserted text boundaries. -const char & +char CharacterSource::MoveOn_OverStack() { while ( aSourcesStack.size() > 0 AND nCurPos >= nSourceSize-1 ) |