diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-04 21:53:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-04 21:53:43 +0100 |
| commit | 29dd4c4d2f40527f2b7e2f4d819274f1a39204c7 (patch) | |
| tree | 3ffcbd584779c780ffa45bf89f8b51d1e13c7203 /src/lib/config.h | |
| parent | 5db5da477ce02166481d79df322bbfb7abc8f24c (diff) | |
Add default grok licence server.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 45ac7ffb8..794e39ec7 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -648,7 +648,7 @@ public: class Grok { public: - Grok() = default; + Grok(); Grok(cxml::ConstNodePtr node); void as_xml(xmlpp::Element* node) const; |
