Skip to content
Snippets Groups Projects
Commit 92a3e2b5 authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: lineEdge had disabled copy constructors

parent 6777e02e
Branches
Tags
No related merge requests found
......@@ -51,13 +51,6 @@ class lineEdge
:
public curvedEdge
{
// Private Member Functions
//- Disallow default bitwise copy construct
lineEdge(const lineEdge&);
//- Disallow default bitwise assignment
void operator=(const lineEdge&);
public:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment