summaryrefslogtreecommitdiff
path: root/src/Process.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Process.hpp')
-rw-r--r--src/Process.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Process.hpp b/src/Process.hpp
index e1f71ad..64340e4 100644
--- a/src/Process.hpp
+++ b/src/Process.hpp
@@ -16,6 +16,7 @@ public:
virtual std::string ReadLine() = 0;
/// @brief Write to engine stdin
virtual void Write(std::string) = 0;
+ virtual ~Process(){};
};
struct FailedToStartEngine : public std::exception {