DisplaySuspender is a struct (not a class)
This commit is contained in:
parent
fbb175df4e
commit
8c561b19a6
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user