diff options
Diffstat (limited to 'base/vlog.h')
-rw-r--r-- | base/vlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vlog.h b/base/vlog.h index faa62ec..d4cffe4 100644 --- a/base/vlog.h +++ b/base/vlog.h @@ -30,6 +30,7 @@ class VlogInfo { // are also disregarded for this matching). VlogInfo(const std::string& v_switch, const std::string& vmodule_switch); + ~VlogInfo(); // Returns the vlog level for a given file (usually taken from // __FILE__). |