summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/utility/cgi_writer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/utility/cgi_writer.hpp')
-rw-r--r--dev/lib/utility/cgi_writer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/utility/cgi_writer.hpp b/dev/lib/utility/cgi_writer.hpp
index 126b299..d54d9de 100644
--- a/dev/lib/utility/cgi_writer.hpp
+++ b/dev/lib/utility/cgi_writer.hpp
@@ -37,7 +37,7 @@ namespace ocl
public:
explicit basic_writer() = default;
- ~basic_writer() = default;
+ virtual ~basic_writer() = default;
basic_writer& operator=(const basic_writer&) = default;
basic_writer(const basic_writer&) = default;