Skip to content

Commit

Permalink
Correct windows compilation problem
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Oct 6, 2024
1 parent 198aac8 commit 03e74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTypeList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void DataTypeList::finiVal(ValRef &v) {
}

ValRef DataTypeList::copyVal(const ValRef &src) {

return ValRef();
}

IModelField *DataTypeList::mkRootField(
Expand Down

0 comments on commit 03e74ea

Please sign in to comment.