summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/animatedprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 770a0a74baea..6ccb2acd64aa 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -68,7 +68,7 @@ namespace drawinglayer
protected:
/** write access right for classes deriving from this who want to do special
things (e.g. optimization, buffering).
- Caution: This is an exception from the read-only, non-modifyable paradigm
+ Caution: This is an exception from the read-only, non-modifiable paradigm
for primitives, so special preparations may be needed. Usually should
only be used for initialization (e.g. in a derived constructor)
*/