summaryrefslogtreecommitdiff
path: root/src/glibext/singleton-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-08-08 18:24:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-08-08 18:24:21 (GMT)
commitc0cc928bfab0af2cdbf16e9a04d41983f4732b93 (patch)
treeeb62ba48bae31886ddad2385c2ccfbc1e002ec6f /src/glibext/singleton-int.h
parent1b7c29ed7dd9561a387be694f09c089e6126716c (diff)
Introduce singletons for operands.
Diffstat (limited to 'src/glibext/singleton-int.h')
-rw-r--r--src/glibext/singleton-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/singleton-int.h b/src/glibext/singleton-int.h
index 49cfecd..3db17f9 100644
--- a/src/glibext/singleton-int.h
+++ b/src/glibext/singleton-int.h
@@ -45,7 +45,7 @@ typedef gboolean (* is_candidate_equal_fc) (const GSingletonCandidate *, const G
typedef void (* set_candidate_ro_fc) (GSingletonCandidate *);
/* Indique si le candidat est figé. */
-typedef bool (* is_candidate_ro_fc) (GSingletonCandidate *);
+typedef bool (* is_candidate_ro_fc) (const GSingletonCandidate *);
/* Instance d'objet visant à être unique (interface) */