mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
remote::Storage just barely working.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "strings.hpp"
|
||||
#include "ui/PopMessageManager.hpp"
|
||||
|
||||
void TaskState::update(void)
|
||||
void TaskState::update()
|
||||
{
|
||||
// Run the base update routine.
|
||||
BaseTask::update();
|
||||
@@ -22,7 +22,7 @@ void TaskState::update(void)
|
||||
}
|
||||
}
|
||||
|
||||
void TaskState::render(void)
|
||||
void TaskState::render()
|
||||
{
|
||||
// Grab task string.
|
||||
std::string status = m_task.get_status();
|
||||
|
||||
Reference in New Issue
Block a user