diff --git a/src/BlockArray.h b/src/BlockArray.h index 4c288168..7cdb8c19 100644 --- a/src/BlockArray.h +++ b/src/BlockArray.h @@ -118,6 +118,6 @@ private: }; -}; +} #endif diff --git a/src/ColorScheme.h b/src/ColorScheme.h index b5761801..757454c8 100644 --- a/src/ColorScheme.h +++ b/src/ColorScheme.h @@ -254,7 +254,7 @@ private: static ColorSchemeManager* _instance; }; -}; +} Q_DECLARE_METATYPE(const Konsole::ColorScheme*) diff --git a/src/ColorSchemeEditor.h b/src/ColorSchemeEditor.h index 301c7364..f6debdc2 100644 --- a/src/ColorSchemeEditor.h +++ b/src/ColorSchemeEditor.h @@ -31,7 +31,7 @@ class QTableWidgetItem; namespace Ui { class ColorSchemeEditor; -}; +} namespace Konsole { diff --git a/src/TECommon.h b/src/TECommon.h index 1c3f8f72..f4ddcfbf 100644 --- a/src/TECommon.h +++ b/src/TECommon.h @@ -336,6 +336,6 @@ inline bool Character::isBold(const ColorEntry* base) const extern unsigned short vt100_graphics[32]; -}; +} #endif // TECOMMON_H