diff -r c7241f504117 -r 6d95c1a41e6e src/gl/compiler.h --- a/src/gl/compiler.h Mon Jun 13 02:18:25 2022 +0300 +++ b/src/gl/compiler.h Tue Jun 14 17:55:50 2022 +0300 @@ -71,9 +71,8 @@ } shaderObjects[gl::NUM_ARRAY_CLASSES]; }; - void build( - ModelShaders* shaders, - Model *model, + void build(ModelShaders* shaders, + Model* model, const ColorTable& colorTable, DocumentManager* context, const RenderPreferences& preferences);