mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Remove packed data members for RecordDataBuffer
Change-Id: I04ea5ccb4c15bda975bf5af178f07092c0387312
This commit is contained in:
committed by
Émilie Feral
parent
78a1350f15
commit
0a2ededfcf
@@ -81,10 +81,10 @@ private:
|
||||
/* RecordDataBuffer is the layout of the data buffer of Record
|
||||
* representing a ContinuousFunction. See comment on
|
||||
* Shared::Function::RecordDataBuffer about packing. */
|
||||
class __attribute__((packed)) RecordDataBuffer : public Function::RecordDataBuffer {
|
||||
class RecordDataBuffer : public Function::RecordDataBuffer {
|
||||
public:
|
||||
RecordDataBuffer(KDColor color) :
|
||||
Function::RecordDataBuffer(color),
|
||||
Function::RecordDataBuffer(color, sizeof(RecordDataBuffer)),
|
||||
m_plotType(PlotType::Cartesian),
|
||||
m_domain(-INFINITY, INFINITY),
|
||||
m_displayDerivative(false)
|
||||
|
||||
Reference in New Issue
Block a user