mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Enforced more comprehensive const-correctness in the JUCE container classes
This commit is contained in:
parent
a988b90aff
commit
a9a0f6b92f
35 changed files with 351 additions and 112 deletions
|
|
@ -243,7 +243,7 @@ private:
|
|||
};
|
||||
|
||||
static Shape* parseFaceGroup (const Mesh& srcMesh,
|
||||
const Array<Face>& faceGroup,
|
||||
Array<Face>& faceGroup,
|
||||
const Material& material,
|
||||
const String& name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue