aboutsummaryrefslogtreecommitdiff
path: root/src/common/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/module.h')
-rw-r--r--src/common/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/module.h b/src/common/module.h
index db8dabd5..7309cedd 100644
--- a/src/common/module.h
+++ b/src/common/module.h
@@ -106,7 +106,7 @@ class Module {
}
// The function's name.
- const string name;
+ string name;
// The start address and the address ranges covered by the function.
const Address address;