src: Fixed clang issues

This commit is contained in:
Eberhard Graether
2017-05-16 16:30:50 +02:00
parent 4d140e396a
commit d4e5808524
4 changed files with 5 additions and 5 deletions
@@ -31,7 +31,7 @@ public:
virtual ~IndexerCommandCxxCdb();
virtual IndexerCommandType getIndexerCommandType() const override;
virtual size_t getByteSize() const;
virtual size_t getByteSize() const override;
FilePath getWorkingDirectory() const;
@@ -23,7 +23,7 @@ public:
virtual ~IndexerCommandCxxManual();
virtual IndexerCommandType getIndexerCommandType() const override;
virtual size_t getByteSize() const;
virtual size_t getByteSize() const override;
std::string getLanguageStandard() const;