Skip to content
Snippets Groups Projects
Commit 3fa0b76d authored by Elias Pipping's avatar Elias Pipping Committed by Markus Blatt
Browse files

[BugFix] Fixes spurious comma where semicolon is needed.

This problem was introduced in 3da29f78
parent bb2ba08e
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ namespace Dune
/**
* @brief Copy constructor.
*/
FastAMG(const FastAMG& amg),
FastAMG(const FastAMG& amg);
~FastAMG();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment