summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/baseprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/baseprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index 27d2226136b7..75369477cadc 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -104,7 +104,7 @@ namespace drawinglayer
virtual ~BasePrimitive3D();
/** the ==operator is mainly needed to allow testing newly-created high level primitives against their last
- incarnation which buffers/holds the decompositionsThe default implementation
+ incarnation which buffers/holds the decompositions. The default implementation
uses getPrimitive3DID()-calls to test if it's the same ID at last.
Overridden implementation are then based on this implementation.
*/