Skip to content

Commit

Permalink
fix: missing override specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
25077667 committed Jun 22, 2023
1 parent 730f800 commit 91f733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/retdec/llvmir2hll/hll/hll_writers/c_hll_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class CHLLWriter: public HLLWriter {
/// @}

bool shouldEmitFunctionPrototypesHeader() const;
bool emitFunctionPrototypes(const FuncSet &funcs);
bool emitFunctionPrototypes(const FuncSet& funcs) override;
bool emitStandardFunctionPrototypes();
bool emitFunctionPrototypesForNonLibraryFuncs();
bool emitFunctionPrototype(ShPtr<Function> func);
Expand Down

0 comments on commit 91f733c

Please sign in to comment.