summaryrefslogtreecommitdiff
path: root/game/vehicles/linkHistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/vehicles/linkHistory.cpp')
-rw-r--r--game/vehicles/linkHistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/vehicles/linkHistory.cpp b/game/vehicles/linkHistory.cpp
index 4fac4ba..2802109 100644
--- a/game/vehicles/linkHistory.cpp
+++ b/game/vehicles/linkHistory.cpp
@@ -3,7 +3,7 @@
#include <memory>
LinkHistory::Entry
-LinkHistory::add(const LinkWPtr & l, unsigned char d)
+LinkHistory::add(const Link::WPtr & l, unsigned char d)
{
links.insert(links.begin(), {l, d});
const auto lp = l.lock();