diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-07-14 05:30:15 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-07-14 05:30:15 +0000 |
| commit | 4d9217f4f7b6e5b11f88af486e8659f539dc1300 (patch) | |
| tree | 4e554ba1a27ff9ef8d3d3299cca9eb303c73a726 /src/libavoid/vertices.h | |
| parent | fixed warnings (diff) | |
| download | inkscape-4d9217f4f7b6e5b11f88af486e8659f539dc1300.tar.gz inkscape-4d9217f4f7b6e5b11f88af486e8659f539dc1300.zip | |
* src/sp-conn-end-pair.cpp, src/connector-context.cpp,
src/document.cpp, src/libavoid/*:
Update libavoid with upstream fixes, optimisations and new features.
(bzr r1411)
Diffstat (limited to 'src/libavoid/vertices.h')
| -rw-r--r-- | src/libavoid/vertices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libavoid/vertices.h b/src/libavoid/vertices.h index de2e30ae3..e82b163a6 100644 --- a/src/libavoid/vertices.h +++ b/src/libavoid/vertices.h @@ -59,6 +59,7 @@ class VertID VertID& operator++(int); void print(FILE *file = stdout) const; void db_print(void) const; + friend std::ostream& operator<<(std::ostream& os, const VertID& vID); }; |
