mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Move interval from FunctionApp to derived classes
This commit is contained in:
@@ -29,6 +29,11 @@ App * App::Snapshot::unpack(Container * container) {
|
||||
return new (container->currentAppBuffer()) App(this);
|
||||
}
|
||||
|
||||
void App::Snapshot::reset() {
|
||||
Shared::FunctionApp::Snapshot::reset();
|
||||
m_interval.reset();
|
||||
}
|
||||
|
||||
App::Descriptor * App::Snapshot::descriptor() {
|
||||
static Descriptor descriptor;
|
||||
return &descriptor;
|
||||
|
||||
Reference in New Issue
Block a user