summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/roff/troff/dictionary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/roff/troff/dictionary.cc')
-rw-r--r--contrib/groff/src/roff/troff/dictionary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/src/roff/troff/dictionary.cc b/contrib/groff/src/roff/troff/dictionary.cc
index bca3845..a70ebb0 100644
--- a/contrib/groff/src/roff/troff/dictionary.cc
+++ b/contrib/groff/src/roff/troff/dictionary.cc
@@ -138,7 +138,7 @@ int dictionary_iterator::get(symbol *sp, void **vp)
}
object_dictionary_iterator::object_dictionary_iterator(object_dictionary &od)
- : di(od.d)
+: di(od.d)
{
}
OpenPOWER on IntegriCloud