Some default value doesn't harm.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
676040f030
commit
9579e97f08
@ -45,6 +45,13 @@ struct DynamicAttributeValue {
|
||||
};
|
||||
uint8 attributeClass;
|
||||
|
||||
DynamicAttributeValue()
|
||||
:
|
||||
attributeClass(ATTRIBUTE_CLASS_CONSTANT)
|
||||
{
|
||||
this->constant = 0;
|
||||
}
|
||||
|
||||
void SetTo(uint64 constant)
|
||||
{
|
||||
this->constant = constant;
|
||||
|
Loading…
Reference in New Issue
Block a user