forked from pool/doxygen
This commit is contained in:
13
doxygen-1.5.0-arm.patch
Normal file
13
doxygen-1.5.0-arm.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- qtools/qstring.h
|
||||
+++ qtools/qstring.h
|
||||
@@ -163,8 +165,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; }
|
||||
|
Reference in New Issue
Block a user