Skip to content

Prevent the compiler from casting structs incorrectly

Yotam requested to merge yotamN/vala:fix/struct_casting into master

The compiler won't stop you from casting a struct to a class which will cause a compile error afterward in the C compiler.

Fixes #1249 (closed)

Merge request reports