mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps] In Shared::Function, rename FunctionRecordDataBuffer to RecordDataBuffer
This commit is contained in:
committed by
LeaNumworks
parent
f73c80daa3
commit
fd2961018c
@@ -83,10 +83,10 @@ int Function::nameWithArgument(char * buffer, size_t bufferSize) {
|
||||
return result;
|
||||
}
|
||||
|
||||
Function::FunctionRecordDataBuffer * Function::recordData() const {
|
||||
Function::RecordDataBuffer * Function::recordData() const {
|
||||
assert(!isNull());
|
||||
Ion::Storage::Record::Data d = value();
|
||||
return reinterpret_cast<FunctionRecordDataBuffer *>(const_cast<void *>(d.buffer));
|
||||
return reinterpret_cast<RecordDataBuffer *>(const_cast<void *>(d.buffer));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user