summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection-describer.h')
-rw-r--r--src/selection-describer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/selection-describer.h b/src/selection-describer.h
index 0c4c9b9c4..4b0e3d8c7 100644
--- a/src/selection-describer.h
+++ b/src/selection-describer.h
@@ -23,7 +23,7 @@ class MessageStack;
class SelectionDescriber : public sigc::trackable {
public:
- SelectionDescriber(Inkscape::Selection *selection, MessageStack *stack);
+ SelectionDescriber(Inkscape::Selection *selection, MessageStack *stack, char *when_selected, char *when_nothing);
~SelectionDescriber();
private:
@@ -34,6 +34,9 @@ private:
sigc::connection *_selection_modified_connection;
MessageContext _context;
+
+ char *_when_selected;
+ char *_when_nothing;
};
}