We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f800 commit 91f733cCopy full SHA for 91f733c
include/retdec/llvmir2hll/hll/hll_writers/c_hll_writer.h
@@ -135,7 +135,7 @@ class CHLLWriter: public HLLWriter {
135
/// @}
136
137
bool shouldEmitFunctionPrototypesHeader() const;
138
- bool emitFunctionPrototypes(const FuncSet &funcs);
+ bool emitFunctionPrototypes(const FuncSet& funcs) override;
139
bool emitStandardFunctionPrototypes();
140
bool emitFunctionPrototypesForNonLibraryFuncs();
141
bool emitFunctionPrototype(ShPtr<Function> func);
0 commit comments