float24: Remove private default constructor

Fixes building with clang.
pull/8/head
archshift 11 years ago
parent bf7bc3dacd
commit 662a1993e6

@ -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;

Loading…
Cancel
Save