mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps/sequence] Fix error in copy assignment of sequence
Change-Id: If27924c6001a8d7011371336ffbaf012f9d8bbc9
This commit is contained in:
@@ -55,7 +55,7 @@ Function::~Function() {
|
||||
}
|
||||
}
|
||||
|
||||
const char * Function::text() {
|
||||
const char * Function::text() const {
|
||||
return m_text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user