summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-30 18:32:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-30 18:32:44 +0000
commit206639055572c11bcad0d71b22d325779dc83e95 (patch)
treedd968039af6ce4ed5e19c372e5e213da9beae24c /amiga/os3support.h
parent2893e30c4e1eebecf84636c35fd1bbc54698b1ed (diff)
downloadnetsurf-206639055572c11bcad0d71b22d325779dc83e95.tar.gz
netsurf-206639055572c11bcad0d71b22d325779dc83e95.tar.bz2
Fix bullet.library usage
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index 44fca5cef..9778d991a 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -184,7 +184,7 @@ struct TimeRequest {
/* OutlineFont */
struct OutlineFont {
struct BulletBase *BulletBase;
- struct GlyphEngine *olf_EEngine;
+ struct GlyphEngine *GEngine;
STRPTR OTagPath;
struct TagItem *olf_OTagList;
};