Version check

Compilation error when the compiler and the runtime are not on the same version
This commit is contained in:
Olivier Goffart 2020-08-03 18:43:35 +02:00
parent 37f874a26b
commit da11b33e9b
5 changed files with 38 additions and 1 deletions

View file

@ -158,4 +158,6 @@ Flickable::~Flickable()
sixtyfps_flickable_data_free(&data);
}
template <int Major, int Minor, int Patch> struct VersionCheckHelper {};
} // namespace sixtyfps