aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 79a7a668..3b876a07 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -1795,7 +1795,7 @@ void Textblock::addSpace (core::style::Style *style)
* Add a break option (see setBreakOption() for details). Used instead
* of addStyle for ideographic characters.
*/
-inline void Textblock::addBreakOption (core::style::Style *style)
+void Textblock::addBreakOption (core::style::Style *style)
{
int wordIndex = words->size () - 1;
if (wordIndex >= 0)