diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-03 13:26:09 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-03 13:26:09 +0200 |
commit | c1c494441f1bcf3a2ae70186cbf1eaed08cf6882 (patch) | |
tree | 8a99bd6484a36c29a3e375a12d75e016b7c9aaf3 /dw/oofawarewidget.hh | |
parent | 061b93f81103e9a111c7912019f4786a69f3e8b0 (diff) |
SRDOP: OOFAwareWidget::getGeneratorX (signature, implementation).
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 6a401e4e..4f26b91f 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -287,7 +287,7 @@ public: * Return position relative to container, not regarding * margin/border/padding, Called by OOFFloatsMgr to position floats. */ - virtual int getGeneratorX (); + virtual int getGeneratorX (int oofmIndex); /** * Return width including margin/border/padding Called by OOFFloatsMgr to |