summaryrefslogtreecommitdiff
path: root/src/glibext/singleton-int.h
diff options
context:
space:
mode:
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) */