bad return type

This commit is contained in:
Thibault Kruse 2016-08-10 23:00:07 +02:00
parent 2a9d0a43b8
commit 005e546d63

View File

@ -4532,7 +4532,7 @@ Leaving behind an invalid object is asking for trouble.
// ...
}
void is_valid() { return valid; }
bool is_valid() { return valid; }
void read(); // read from f
// ...
};