summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 5594c5a..1c1e28f 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -209,7 +209,7 @@ bool Video::SetWatched()
}
}
-void Video::AddTokens(std::shared_ptr<cOsdElement> grid, bool clear, std::function<void(cGridElement*)> OnCached)
+void Video::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear, std::function<void(cGridElement*)> OnCached)
{
if(clear) grid->ClearTokens();
grid->AddStringToken("title", m_sTitle);