Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e67825e5 authored by gsell's avatar gsell
Browse files

define virtual destructor for IrregularDomain

parent e7648a59
No related branches found
No related tags found
1 merge request!345Resolve "Compilation on macOS with Clang is failing"
......@@ -124,6 +124,7 @@ public:
virtual int getIdx(int x, int y, int z) = 0;
virtual bool hasGeometryChanged() = 0;
virtual ~IrregularDomain() {};
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment