X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcomposite-undo-stack-observer.h;h=cd00d421115f8274b2861699d2957e281dfc3b8f;hb=6aba22359627ef015ee03b85e4b7b5b98684b834;hp=01c64f4fdc101da3cd14310dcbe0d76b0ad8da3b;hpb=b45b3ca12c271745b18a142d10a6ac8efd9f79cc;p=inkscape.git diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index 01c64f4fd..cd00d4211 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -1,5 +1,5 @@ /** - * Aggregates undo stack observers for management and triggering in Document + * Aggregates undo stack observers for management and triggering in SPDocument * * Heavily inspired by Inkscape::XML::CompositeNodeObserver. * @@ -25,7 +25,7 @@ namespace Inkscape { class Event; /** - * Aggregates UndoStackObservers for management and triggering in an Document's undo/redo + * Aggregates UndoStackObservers for management and triggering in an SPDocument's undo/redo * system. */ class CompositeUndoStackObserver : public UndoStackObserver {