aboutsummaryrefslogtreecommitdiff
path: root/src/processor/module_comparer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/module_comparer.h')
-rw-r--r--src/processor/module_comparer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/module_comparer.h b/src/processor/module_comparer.h
index fcbd5177..3691081d 100644
--- a/src/processor/module_comparer.h
+++ b/src/processor/module_comparer.h
@@ -64,7 +64,7 @@ class ModuleComparer {
// FastSourceLineResolver loads its module using the serialized memory chunk,
// Then, traverse both modules together and compare underlying data
// return true if both modules contain exactly same data.
- bool Compare(const string &symbol_data);
+ bool Compare(const string& symbol_data);
private:
typedef BasicSourceLineResolver::Module BasicModule;