diff options
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -93,4 +93,10 @@ bool Setup::CheckServerIps() return true; } +Setup& LiveSetup() +{ + static Setup instance; + return instance; +} + } // namespace vdrlive |