diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-03 13:51:25 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-03 13:51:25 +0200 |
commit | 8fd2ae404f3f0af087217ba79ff9a35955fb026f (patch) | |
tree | bc42c1fbbb2224a52846d62111e5924ec788d0fc /dw/table.hh | |
parent | 59b3ae08f3fcd91c0792e2ea840d0072f1d73416 (diff) | |
parent | 5f1cf298395601f67afc9aff78e547d915663daf (diff) |
Merge with main repo. (But something is not working yet.)
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index c47ff465..560a2cb7 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -485,7 +485,7 @@ public: inline static void setAdjustTableMinWidth (bool adjustTableMinWidth) { Table::adjustTableMinWidth = adjustTableMinWidth; } - inline static int getAdjustTableMinWidth () + inline static bool getAdjustTableMinWidth () { return Table::adjustTableMinWidth; } Table(bool limitTextWidth); |