summaryrefslogtreecommitdiff
path: root/src/glibext/singleton.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.h
parent1b7c29ed7dd9561a387be694f09c089e6126716c (diff)
Introduce singletons for operands.
Diffstat (limited to 'src/glibext/singleton.h')
-rw-r--r--src/glibext/singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/singleton.h b/src/glibext/singleton.h
index 0561f80..629687a 100644
--- a/src/glibext/singleton.h
+++ b/src/glibext/singleton.h
@@ -69,7 +69,7 @@ gboolean g_singleton_candidate_is_equal(GSingletonCandidate *, GSingletonCandida
void g_singleton_candidate_set_read_only(GSingletonCandidate *);
/* Indique si le candidat est figé. */
-bool g_singleton_candidate_is_read_only(GSingletonCandidate *);
+bool g_singleton_candidate_is_read_only(const GSingletonCandidate *);