mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fixing merge relicts.
This commit is contained in:
parent
ef3da87b3f
commit
ff73f3a040
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ protected:
|
|||
/**
|
||||
* Sets the name of the backend's type.
|
||||
*/
|
||||
void SetTypeName(const string& name) const { ty_name = name; }
|
||||
void SetTypeName(const string& name) { ty_name = name; }
|
||||
|
||||
private:
|
||||
ReaderBackend* backend; // The backend we have instanatiated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue