summaryrefslogtreecommitdiffstats
path: root/app/perfaddresscache.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfaddresscache.h')
-rw-r--r--app/perfaddresscache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/perfaddresscache.h b/app/perfaddresscache.h
index fd978bd..2ab6323 100644
--- a/app/perfaddresscache.h
+++ b/app/perfaddresscache.h
@@ -78,7 +78,7 @@ public:
AddressCacheEntry find(const PerfElfMap::ElfInfo& elf, quint64 addr,
OffsetAddressCache *invalidAddressCache) const;
void cache(const PerfElfMap::ElfInfo& elf, quint64 addr,
- const AddressCacheEntry& entry, OffsetAddressCache *invalidAddressCache);
+ AddressCacheEntry entry, OffsetAddressCache *invalidAddressCache);
/// check if @c setSymbolCache was called for @p filePath already
bool hasSymbolCache(const QByteArray &filePath) const;