Skip to content

Commit

Permalink
One more case.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 15, 2024
1 parent 961bb85 commit bd4774a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codegen/codegen_cpp_visitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,8 @@ class CodegenCppVisitor: public visitor::ConstAstVisitor {
template <typename T>
void print_function_declaration(const T& node,
const std::string& name,
const std::unordered_set<CppObjectSpecifier>& = {
CppObjectSpecifier::Inline});
const std::unordered_set<CppObjectSpecifier>& =
{CppObjectSpecifier::Static, CppObjectSpecifier::Inline});

void print_rename_state_vars() const;
};
Expand Down

0 comments on commit bd4774a

Please sign in to comment.