Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROW: Add declaration for copy constructor
It does not need an implementation as it is currently not used. This fixes a warning from LGTM: No matching copy constructor in class ROW. It is good practice to match a copy assignment operator with a copy constructor. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information