diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ private: inline Setup& LiveSetup() { - static PluginBase& plugin = *static_cast< Plugin* >( cPluginManager::GetPlugin( PLUGIN_NAME_I18N ) ); - return plugin.GetLiveSetup(); + return LivePlugin().GetLiveSetup(); } } // namespace vdrlive |