aboutsummaryrefslogtreecommitdiff
path: root/hgeft.h
diff options
context:
space:
mode:
Diffstat (limited to 'hgeft.h')
-rw-r--r--hgeft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hgeft.h b/hgeft.h
index 914fb13..1badc74 100644
--- a/hgeft.h
+++ b/hgeft.h
@@ -49,7 +49,7 @@ class hgeTTChar
{
private:
hgeQuad quad;
- int rw,rh,_w,_h;
+ int rw,rh,_w,_h,yofst;
public:
double w(){return _w;}
double h(){return _h;}