#2332 2D Intersection View: Show warning if intersection is not vertical

This commit is contained in:
Magne Sjaastad
2018-01-17 11:29:06 +01:00
parent 03de2aba5b
commit 3bcfc09baf
2 changed files with 28 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
#include "cafCmdFeature.h"
#include <vector>
#include <set>
class RimIntersection;
@@ -37,5 +37,5 @@ protected:
void setupActionLook(QAction* actionToSetup) override;
private:
static std::vector<RimIntersection*> selectedIntersections();
static std::set<RimIntersection*> selectedIntersections();
};