summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-21 16:48:11 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-21 16:48:11 (GMT)
commitacd355c4c5ae25fb9cac64b8dc17407a2bcc979b (patch)
treed5b43201049116cd9734ff554e61ed8a7e0084cc /src/arch/operand.h
parent4691a434a34a19317156a761967f719e408b73bb (diff)
Refined the whole share system for operands.
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index 36fc231..5242e24 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -55,7 +55,7 @@ typedef struct _GArchOperandClass GArchOperandClass;
GType g_arch_operand_get_type(void);
/* Compare un opérande avec un autre. */
-int g_arch_operand_compare(const GArchOperand * const *, const GArchOperand * const *);
+int g_arch_operand_compare(const GArchOperand *, const GArchOperand *);
/* Définit une autre représentation textuelle pour l'opérande. */
void g_arch_operand_set_alt_text(GArchOperand *, const char *, RenderingTagType);