2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #44 from archshift/clang-build

float24: Remove private default constructor
This commit is contained in:
Tony Wasserka 2014-08-13 11:57:26 +02:00
commit ad04e0be97

View file

@ -549,8 +549,6 @@ struct float24 {
}
private:
float24() = default;
// Stored as a regular float, merely for convenience
// TODO: Perform proper arithmetic on this!
float value;