const adjustment

And fixes compiler warning about overloaded virtual function hiding.
This commit is contained in:
Jon Siwek 2013-07-10 11:53:44 -05:00
parent 841604bebe
commit 0394493fac
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ public:
* Generates a human-readable description of the component's main
* parameters. This goes into the output of \c "bro -NN".
*/
virtual void Describe(ODesc* d);
virtual void Describe(ODesc* d) const;
Component& operator=(const Component& other);