diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
commit | bff442ac673109f2ea5c0c3fcdbd66f30dfe5eb8 (patch) | |
tree | 4ea1c452c99350d1a8a783920edf9a2c7e077826 /dw/oofawarewidget.hh | |
parent | 306c457518884e82a2e8365555db183ec7da820d (diff) |
imported patch renames
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index e49cce14..d72b894a 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -276,7 +276,7 @@ public: * Return position relative to container, not regarding * margin/border/padding, Called by OOFFloatsMgr to position floats. */ - virtual int getGeneratorX (int oofmIndex); + virtual int getC0RelX (int oofmIndex); /** * Return position relative to container, not regarding |