8 #ifndef __VRV_DAMAGE_H__
9 #define __VRV_DAMAGE_H__
11 #include "atts_shared.h"
12 #include "editorial.h"
30 void Reset()
override;
31 std::string GetClassName()
const override {
return "damage"; }
Object * Clone() const override
Method call for copying child classes.
Definition: damage.h:29
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:43
This class represents a basic object.
Definition: object.h:61