From kde-commits Sat May 31 21:11:33 2014 From: Thomas Fischer Date: Sat, 31 May 2014 21:11:33 +0000 To: kde-commits Subject: [kbibtex] src/io: Removing unnecessary semicolon Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=140157070203801 Git commit e3bd1b86109275862216c0c4ecfcc6c8bc495f54 by Thomas Fischer. Committed on 31/05/2014 at 21:11. Pushed by thomasfischer into branch 'master'. Removing unnecessary semicolon M +1 -1 src/io/encoder.h http://commits.kde.org/kbibtex/e3bd1b86109275862216c0c4ecfcc6c8bc495f54 diff --git a/src/io/encoder.h b/src/io/encoder.h index 29954af..6411c66 100644 --- a/src/io/encoder.h +++ b/src/io/encoder.h @@ -30,7 +30,7 @@ class Encoder public: virtual ~Encoder() { /* nothing */ - }; + } = /** * Decode from external textual representation to internal (UTF-8) rep= resentation.