summaryrefslogtreecommitdiff
path: root/viewGridNavigator.cpp
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-06-23 20:53:13 +0200
committerchriszero <zerov83@gmail.com>2015-06-23 20:53:13 +0200
commit4a54de45b40483e578fa3e97784532e57fedbe52 (patch)
tree2859fedf22bdf418e2517aa19810c4a0e8126c3b /viewGridNavigator.cpp
parent7688256dac7261f2461776fadbcd3185a2a42b4f (diff)
downloadvdr-plugin-plex-4a54de45b40483e578fa3e97784532e57fedbe52.tar.gz
vdr-plugin-plex-4a54de45b40483e578fa3e97784532e57fedbe52.tar.bz2
Fixes segfault with recent skindesigner.
Diffstat (limited to 'viewGridNavigator.cpp')
-rw-r--r--viewGridNavigator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewGridNavigator.cpp b/viewGridNavigator.cpp
index 83c86e3..8600edd 100644
--- a/viewGridNavigator.cpp
+++ b/viewGridNavigator.cpp
@@ -12,7 +12,7 @@ cGridElement::cGridElement()
m_bInit = true;
}
-cViewGridNavigator::cViewGridNavigator(skindesignerapi::cOsdView* rootView)
+cViewGridNavigator::cViewGridNavigator(std::shared_ptr<skindesignerapi::cOsdView> rootView)
{
m_columns = 2;
m_rows = 2;