diff options
Diffstat (limited to 'EditManager.h')
-rw-r--r-- | EditManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EditManager.h b/EditManager.h index 4413aeb..44e1e11 100644 --- a/EditManager.h +++ b/EditManager.h @@ -45,7 +45,7 @@ class EditManager { Vertex* getHoveredVertex(); void setHoveredVertex(Vertex *v); - bool vertexOk(const Room &newRoom, const Vertex &v) const; + bool vertexOk(const Vertex &v, const Room *newRoom = NULL) const; bool polygonOk(const Polygon &polygon) const; }; |