Clean up new code.

This commit is contained in:
Robin Sommer 2019-06-07 23:38:25 +00:00
parent 7bd738865c
commit 6adab8d46a
5 changed files with 94 additions and 63 deletions

View file

@ -322,6 +322,8 @@ public:
void Describe(ODesc* d) const override;
virtual void DescribeReST(ODesc* d) const;
// To be overridden by mutable derived class to enable change
// notification.
virtual notifier::Modifiable* Modifiable() { return 0; }
#ifdef DEBUG