DisplaySuspender is a struct (not a class)

This commit is contained in:
Robin Gareus 2023-02-07 01:50:04 +01:00
parent fbb175df4e
commit 8c561b19a6
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ private:
virtual void _redisplay (bool) = 0;
private:
friend class DisplaySuspender;
friend struct DisplaySuspender;
void enable_display (bool view_only);
void disable_display();