mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
use default value 0 if arg to reset() is ommited
This commit is contained in:
parent
b3bede5cea
commit
e2def0f3c9
1 changed files with 1 additions and 1 deletions
2
crc.hh
2
crc.hh
|
|
@ -29,7 +29,7 @@ public:
|
|||
}
|
||||
}
|
||||
}
|
||||
void reset(TYPE v)
|
||||
void reset(TYPE v = 0)
|
||||
{
|
||||
crc = v;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue