From 18194b793d6542340080b27d72f0b66e656ae7bf Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 12 Apr 2015 12:45:12 +0200 Subject: libskindesignerapi support --- plexSdOsd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plexSdOsd.cpp') diff --git a/plexSdOsd.cpp b/plexSdOsd.cpp index 376f857..799c311 100644 --- a/plexSdOsd.cpp +++ b/plexSdOsd.cpp @@ -19,7 +19,7 @@ bool cPlexSdOsd::SdSupport() bool skinDesignerAvailable = InitSkindesignerInterface("plex"); if (skinDesignerAvailable) { - cOsdView *rootView = GetOsdView(eViews::viRootView); + skindesignerapi::cOsdView *rootView = GetOsdView(eViews::viRootView); if (!rootView) { esyslog("[plex]: used skindesigner skin does not support plex"); return false; -- cgit v1.2.3