From kde-commits Mon May 23 16:25:31 2005 From: Daniel Molkentin Date: Mon, 23 May 2005 16:25:31 +0000 To: kde-commits Subject: branches/work/kde4/kdelibs/khtml/xml Message-Id: <1116865531.907174.21157.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111686554005918 SVN commit 417422 by danimo: --warning M +1 -1 xml_tokenizer.h --- xml_tokenizer.h #417421:417422 @@ -146,7 +146,7 @@ private: QString m_data; - uint m_pos; + int m_pos; const QChar *m_unicode; bool m_finished; };