mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
fix warnings
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@303 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f87f97094
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-08 (Mon, 08 Feb 2010)
Origin message was:
------------------
-fix warnings
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@303 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -303,7 +303,7 @@ CVideoSettings::CVideoSettings() : CMenuWidget(LOCALE_VIDEOMENU_HEAD, NEUTRINO_I
|
||||
changeNotify(LOCALE_VIDEOMENU_SCART, NULL);
|
||||
changeNotify(LOCALE_VIDEOMENU_CINCH, NULL);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void CVideoSettings::nextMode(void)
|
||||
{
|
||||
@@ -427,12 +427,12 @@ bool CVideoSettings::changeNotify(const neutrino_locale_t OptionName, void *)
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
void CVideoSettings::paint()
|
||||
{
|
||||
CMenuWidget::paint();
|
||||
};
|
||||
}
|
||||
|
||||
#ifdef TEST_MENU
|
||||
class CTestMenu : public CMenuTarget
|
||||
|
Reference in New Issue
Block a user