summaryrefslogtreecommitdiff
path: root/src/format/symbol.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-11 21:53:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-11 21:53:49 (GMT)
commitc3bfa0437f9671b0896d89abd197eaa34fdefc1f (patch)
tree7030b4c0db6cb911b781111751bf76621cda1ab8 /src/format/symbol.h
parenta11ef1ad68fdb86d4a7d75b0ddeea126aa1adb09 (diff)
Updated the prototype used to get symbol label.
Diffstat (limited to 'src/format/symbol.h')
-rw-r--r--src/format/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/symbol.h b/src/format/symbol.h
index 8aabfdf..b6f1e87 100644
--- a/src/format/symbol.h
+++ b/src/format/symbol.h
@@ -109,7 +109,7 @@ void g_binary_symbol_set_status(GBinSymbol *, SymbolStatus);
SymbolStatus g_binary_symbol_get_status(const GBinSymbol *);
/* Fournit une étiquette pour viser un symbole. */
-const char *g_binary_symbol_get_label(GBinSymbol *);
+const char *g_binary_symbol_get_label(const GBinSymbol *);
/* Définit un autre nom pour le symbole. */
void g_binary_symbol_set_alt_label(GBinSymbol *, const char *);