| 62 | } |
| 63 | |
| 64 | std::streamoff AStyleStringIterator::getPeekStart() const |
| 65 | { |
| 66 | // NOTE: we're not entirely sure if this is the correct implementation. |
| 67 | // we're trying to work-around https://bugs.kde.org/show_bug.cgi?id=399048 |
| 68 | return m_peekStart == -1 ? 0 : m_peekStart; |
| 69 | } |
| 70 | |
| 71 |