mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[Sequence & Shared] Changed the location of various files
Moved sequences files to shared in order to allow the system to compile without the app sequence. Change-Id: Ia8349814a72776244acc41af964059f24e58cff0
This commit is contained in:
committed by
Émilie Feral
parent
ed358590ce
commit
c006ed7b10
@@ -49,7 +49,7 @@ double TermSumController::cursorNextStep(double x, int direction) {
|
||||
}
|
||||
|
||||
Layout TermSumController::createFunctionLayout(Shared::ExpiringPointer<Shared::Function> function) {
|
||||
Sequence * sequence = static_cast<Sequence *>(function.pointer());
|
||||
Shared::Sequence * sequence = static_cast<Shared::Sequence *>(function.pointer());
|
||||
return sequence->nameLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user