SHA256
1
0
forked from pool/doxygen
doxygen/doxygen-1.5.8-arm.patch

14 lines
299 B
Diff

--- qtools/qstring.h
+++ qtools/qstring.h
@@ -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; }