summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/utility/cgi_writer.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:45:15 +0100
committerGitHub <noreply@github.com>2025-11-17 10:45:15 +0100
commit5abec5514a0745b8032d8c60f5752529e4a13eaa (patch)
treec91152ab4cc3a56fbb74d44dc801be5cb8ad3787 /dev/lib/utility/cgi_writer.hpp
parentc6b7510cdb9350c4e129bfcd7959efc4daee9df6 (diff)
parent4700f4d91c342276cc2663f149ed7a8b4e8f3498 (diff)
Merge pull request #8 from amlel-el-mahrouss/developv1.0.45
release: Mojave
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;