projects
/
framework
/
uifw
/
harfbuzz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5db4f1
)
Fix warning
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 11 May 2010 02:22:54 +0000
(22:22 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 11 May 2010 02:22:54 +0000
(22:22 -0400)
src/hb-ot-layout-common-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout-common-private.hh
b/src/hb-ot-layout-common-private.hh
index
e724d99
..
fb07161
100644
(file)
--- a/
src/hb-ot-layout-common-private.hh
+++ b/
src/hb-ot-layout-common-private.hh
@@
-151,7
+151,7
@@
struct LangSys
{ return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); }
inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; }
- inline int get_required_feature_index (void) const
+ inline
unsigned
int get_required_feature_index (void) const
{
if (reqFeatureIndex == 0xffff)
return Index::NOT_FOUND_INDEX;