const adjustments

This commit is contained in:
Jon Siwek 2013-06-07 13:19:36 -05:00
parent 203df4fa6b
commit eee16e1177
6 changed files with 22 additions and 22 deletions

View file

@ -21,7 +21,7 @@ component::Type Component::Type() const
return type;
}
void Component::Describe(ODesc* d)
void Component::Describe(ODesc* d) const
{
d->Add(" ");
d->Add("[");