diff --git a/src/frontends/gtk/GChanges.C b/src/frontends/gtk/GChanges.C index 7002d4a69b..78fce1e4e1 100644 --- a/src/frontends/gtk/GChanges.C +++ b/src/frontends/gtk/GChanges.C @@ -90,8 +90,8 @@ void GChanges::onNext() void GChanges::promptChange() { string const header = _("Accept highlighted change?"); - string const author = controller().getChangeAuthor(); - string const date = controller().getChangeDate(); + string author = controller().getChangeAuthor(); + string date = controller().getChangeDate(); if(author.empty()) author = _("unknown author"); if(date.empty())