build: fixed errors in clang

* removed const m_dimensions in VectorBase and replaced it with N
* changed signature of DummyNode::operator=
* fixed warning for DummyNode wrongly declared as class
This commit is contained in:
Eberhard Graether
2014-07-16 11:54:16 +02:00
parent ec42ef708d
commit 810ed7c064
3 changed files with 18 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <vector>
class DummyNode;
struct DummyNode;
typedef void (*LayoutFunction)(std::vector<DummyNode>&);