ScreenSaverRunner: Suspend() and Resume() return status_t

This commit is contained in:
John Scipione
2013-11-14 23:30:13 -05:00
parent e22c01af03
commit 5d023095c2
2 changed files with 6 additions and 6 deletions
@@ -34,8 +34,8 @@ public:
status_t Run();
void Quit();
void Suspend();
void Resume();
status_t Suspend();
status_t Resume();
private:
void _LoadAddOn();