diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Core/Searcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/Searcher.h b/lib/Core/Searcher.h index 455a7679..9703e973 100644 --- a/lib/Core/Searcher.h +++ b/lib/Core/Searcher.h @@ -50,8 +50,8 @@ namespace klee { // pgbovine - to be called when a searcher gets activated and // deactivated, say, by a higher-level searcher; most searchers // don't need this functionality, so don't have to override. - virtual void activate() {}; - virtual void deactivate() {}; + virtual void activate() {} + virtual void deactivate() {} // utility functions |