diff --git a/workspace.h b/workspace.h index 76612e856f..95fa247b22 100644 --- a/workspace.h +++ b/workspace.h @@ -533,7 +533,7 @@ private: bool force_restacking; mutable ToplevelList x_stacking; // From XQueryTree() mutable bool x_stacking_dirty; - ClientList should_get_focus; // Last is most recent + QList should_get_focus; // Last is most recent ClientList attention_chain; bool showing_desktop;