Skip to content
Snippets Groups Projects
Commit 673beb47 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

public dtor

parent 555fb929
Branches
Tags
1 merge request!570remove SessionModel/Item from SampleModel and all related items
...@@ -25,9 +25,9 @@ class DoubleDescriptor; ...@@ -25,9 +25,9 @@ class DoubleDescriptor;
class Lattice2DItem { class Lattice2DItem {
protected: protected:
Lattice2DItem(); Lattice2DItem();
virtual ~Lattice2DItem() = default;
public: public:
virtual ~Lattice2DItem() = default;
virtual std::unique_ptr<Lattice2D> createLattice() const = 0; virtual std::unique_ptr<Lattice2D> createLattice() const = 0;
double unitCellArea() const; double unitCellArea() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment