mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
const adjustments
This commit is contained in:
parent
203df4fa6b
commit
eee16e1177
6 changed files with 22 additions and 22 deletions
|
@ -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("[");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue