forked from pool/doxygen
18 lines
378 B
Diff
18 lines
378 B
Diff
---
|
|
qtools/qstring.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- qtools/qstring.h.orig
|
|
+++ qtools/qstring.h
|
|
@@ -163,8 +163,10 @@ public:
|
|
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; }
|
|
|