diff options
author | neoraider <devnull@localhost> | 2007-12-25 04:27:03 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2007-12-25 04:27:03 +0100 |
commit | 052641637bd20ffde6ddb8919888e2af987bafff (patch) | |
tree | a3ad75e2271fd95337a9768df5fe452e2a63b0ce /EditManager.h | |
parent | 953a6ff48ac6c46a0d81bedb0fbdafe5d637666e (diff) | |
download | zoomedit-052641637bd20ffde6ddb8919888e2af987bafff.tar zoomedit-052641637bd20ffde6ddb8919888e2af987bafff.zip |
zoomedit: Added rectangular room tool.
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; }; |