mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add missing const& to _dumprawnum implementation parameter
This commit is contained in:
parent
f5794f1128
commit
b6738d00f4
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ void _dumprawrat( const wchar_t *varname, PRAT rat, wostream& out)
|
|||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void _dumprawnum(const wchar_t *varname, NUMBER num, wostream& out)
|
||||
void _dumprawnum(const wchar_t *varname, const NUMBER &num, wostream& out)
|
||||
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue