diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-04-26 18:42:41 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-04-26 18:42:41 +0000 |
commit | f843be4d3420540393ec801f5c41e9bc133ae74a (patch) | |
tree | 9881f3ccec382a1572d37386f4986da3f97da811 /setup.cpp | |
parent | 2cbd5711c15ebc3d3eda021a109f552bd9d828c2 (diff) | |
download | vdr-plugin-live-f843be4d3420540393ec801f5c41e9bc133ae74a.tar.gz vdr-plugin-live-f843be4d3420540393ec801f5c41e9bc133ae74a.tar.bz2 |
- fixed forward declaration and scope of cMenuSetup
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -107,8 +107,6 @@ Setup& LiveSetup() return instance; } -} // namespace vdrlive - cMenuSetupLive::cMenuSetupLive(): cMenuSetupPage() { @@ -142,4 +140,6 @@ void cMenuSetupLive::Store(void) SetupStore("AdminPassword", m_adminPassword); } +} // namespace vdrlive + |