From 64eaee28c243214e654c60b06a27212e8dcb5c02 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 4 Jan 2007 15:02:00 +0000 Subject: - optimized interface to access plugin objects from website - moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread --- setup.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index e7740a7..dba4008 100644 --- a/setup.h +++ b/setup.h @@ -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 -- cgit v1.2.3