video_core/gpu_thread: Amend constructor initializer list order
Moves the data members to satisfy the order they're declared as in the constructor initializer list. Silences a -Wreorder warning.
Loading
Please register or sign in to comment
Moves the data members to satisfy the order they're declared as in the constructor initializer list. Silences a -Wreorder warning.