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 ...@@ -51,13 +51,6 @@ class lineEdge
: :
public curvedEdge public curvedEdge
{ {
// Private Member Functions
//- Disallow default bitwise copy construct
lineEdge(const lineEdge&);
//- Disallow default bitwise assignment
void operator=(const lineEdge&);
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment