Commit ae69ca2
committed
Fixes an issue associated with issue #543.
Previously `_actingVersion` was not initialized upon a call to `WrapForEncode(...)`.
This meant that access to properties on the group that allow the items to be encoded fails.
Now we initialize it to the current schema version.1 parent 720f5c7 commit ae69ca2
File tree
1 file changed
+1
-0
lines changed- sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments