mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-09 10:00:27 +01:00
[boilerplate] Missing static on pdf user data key.
This commit is contained in:
parent
2da906f476
commit
dd842a2bed
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
cairo_user_data_key_t pdf_closure_key;
|
||||
static const cairo_user_data_key_t pdf_closure_key;
|
||||
|
||||
typedef struct _pdf_target_closure
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue