mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update CalcEngine.h
Used to keep track of logarithm.
This commit is contained in:
parent
f3f92047b1
commit
2f05e07d41
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ private:
|
|||
static std::unordered_map<std::wstring_view, std::wstring> s_engineStrings; // the string table shared across all instances
|
||||
wchar_t m_decimalSeparator;
|
||||
wchar_t m_groupSeparator;
|
||||
int extraVariable;
|
||||
|
||||
private:
|
||||
void ProcessCommandWorker(OpCode wParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue