mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added class name before virtual method
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
2c7e9151e6
commit
082dd40edb
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ bool Dma::reset()
|
|||
|
||||
Dma::~Dma()
|
||||
{
|
||||
reset();
|
||||
Dma::reset();
|
||||
}
|
||||
|
||||
bool Dma::memcpy(const MemoryBlock &src, const MemoryBlock &dst, size_t len)
|
||||
|
|
Loading…
Add table
Reference in a new issue