mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[poincare/zoom] Change struct to class
Change-Id: I06d1850074b266a694d74e4db4c754ff156c8098
This commit is contained in:
committed by
Émilie Feral
parent
194cd0491c
commit
a76e54642c
@@ -5,7 +5,7 @@
|
||||
|
||||
using namespace Poincare;
|
||||
|
||||
struct ParametersPack {
|
||||
class ParametersPack {
|
||||
public:
|
||||
ParametersPack(Expression expression, const char * symbol, Preferences::AngleUnit angleUnit) :
|
||||
m_expression(expression),
|
||||
|
||||
Reference in New Issue
Block a user