summaryrefslogtreecommitdiffstats
path: root/include/minikin
diff options
context:
space:
mode:
authorBart Sears <bsears@google.com>2015-10-28 03:16:55 +0000
committerBart Sears <bsears@google.com>2015-10-28 03:16:55 +0000
commitb4c799180458fc37b96ee43ef9111f64e0cc99f7 (patch)
tree50ed4dd12b52ab800b81b30479740760df5200d5 /include/minikin
parent63635cff5861dcaed963c7332eecf51b9d7d920a (diff)
downloadandroid_frameworks_minikin-b4c799180458fc37b96ee43ef9111f64e0cc99f7.tar.gz
android_frameworks_minikin-b4c799180458fc37b96ee43ef9111f64e0cc99f7.tar.bz2
android_frameworks_minikin-b4c799180458fc37b96ee43ef9111f64e0cc99f7.zip
Revert "Add -Werror -Wall -Wextra to compiler option."
This reverts commit 63635cff5861dcaed963c7332eecf51b9d7d920a. Change-Id: I2b4b10e8afedc85dbe2d07f3e47315652b65cd14
Diffstat (limited to 'include/minikin')
-rw-r--r--include/minikin/Layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/minikin/Layout.h b/include/minikin/Layout.h
index cb68db9..83eb963 100644
--- a/include/minikin/Layout.h
+++ b/include/minikin/Layout.h
@@ -59,7 +59,7 @@ struct LayoutGlyph {
};
// Internal state used during layout operation
-struct LayoutContext;
+class LayoutContext;
enum {
kBidi_LTR = 0,