summaryrefslogtreecommitdiff
path: root/src/analysis/routine.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-08 19:48:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-08 19:48:30 (GMT)
commit6f3c4bc6ec571dcca8e25b9f82a0c2e72310900c (patch)
tree35d5e178a8c93f69956d76e46ed2a2fa9ec84577 /src/analysis/routine.h
parent70fe3101ebd8fe28ef821a0c9097ea51d4e0691b (diff)
Changed the type of namespace separators.
Diffstat (limited to 'src/analysis/routine.h')
-rw-r--r--src/analysis/routine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/routine.h b/src/analysis/routine.h
index 9671c92..e1512a8 100644
--- a/src/analysis/routine.h
+++ b/src/analysis/routine.h
@@ -75,7 +75,7 @@ GBinRoutine *g_binary_routine_new_constructor(GDataType *);
void g_binary_routine_set_type(GBinRoutine *, RoutineType);
/* Définit le groupe d'appartenance d'une routine donnée. */
-void g_binary_routine_set_namespace(GBinRoutine *, GDataType *, const char *);
+void g_binary_routine_set_namespace(GBinRoutine *, GDataType *, char *);
/* Fournit le groupe d'appartenance d'une routine donnée. */
GDataType *g_binary_routine_get_namespace(const GBinRoutine *);