Skip to content

Commit

Permalink
Merge branch 'master' into type-ir
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Nov 22, 2024
2 parents 48ba9d6 + cbfaaf3 commit 6162c19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/generate/cpp/cpp_members_serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,6 @@ impl CppWritable for CppPropertyDecl {
property_vec.push(format!("put={setter}"));
}

if !self.instance {
prefix_modifiers.push("static");
}

let property = property_vec.join(", ");
let ty = &self.prop_ty;
let identifier = &self.cpp_name;
Expand Down

0 comments on commit 6162c19

Please sign in to comment.