Skip to content

Commit

Permalink
qgsdxfexport_p.h: constify sDxfColors array
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 29, 2020
1 parent 08dc1eb commit a003ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dxf/qgsdxfexport_p.h
Expand Up @@ -110,7 +110,7 @@ struct DxfLayerJob
};

// dxf color palette
static int sDxfColors[][3] =
static const int sDxfColors[][3] =
{
{ 255, 255, 255 },
{ 255, 0, 0 },
Expand Down

0 comments on commit a003ec8

Please sign in to comment.