Skip to content

Initialize fields of the Workspace class in correct order

Vlad Zahorodnii requested to merge work/fix-initialization-order into master

The compiler doesn't like that fields of the Workspace class are declared and initialized in different order.

Merge request reports