File doxygen-arm.diff of Package doxygen
--- qtools/qstring.h.orig 2004-12-01 20:26:16.000000000 +0100
+++ qtools/qstring.h 2005-10-05 01:58:15.000000000 +0200
@@ -163,8 +163,10 @@
bool isLetterOrNumber() const;
bool isDigit() const;
+#ifndef __arm__
uchar& cell() { return cl; }
uchar& row() { return rw; }
+#endif
uchar cell() const { return cl; }
uchar row() const { return rw; }