2009-02-09 12:29:16 +01:00
|
|
|
---
|
|
|
|
qtools/qstring.h | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
--- qtools/qstring.h.orig
|
2007-01-16 00:10:37 +01:00
|
|
|
+++ qtools/qstring.h
|
2009-02-09 12:29:16 +01:00
|
|
|
@@ -163,8 +163,10 @@ public:
|
2007-01-16 00:10:37 +01:00
|
|
|
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; }
|
|
|
|
|