src: Fixed clang issues
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user