Skip to content

Commit 91f733c

Browse files
committed
fix: missing override specifier
1 parent 730f800 commit 91f733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/retdec/llvmir2hll/hll/hll_writers/c_hll_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class CHLLWriter: public HLLWriter {
135135
/// @}
136136

137137
bool shouldEmitFunctionPrototypesHeader() const;
138-
bool emitFunctionPrototypes(const FuncSet &funcs);
138+
bool emitFunctionPrototypes(const FuncSet& funcs) override;
139139
bool emitStandardFunctionPrototypes();
140140
bool emitFunctionPrototypesForNonLibraryFuncs();
141141
bool emitFunctionPrototype(ShPtr<Function> func);

0 commit comments

Comments
 (0)