diff options
Diffstat (limited to 'src/CGIScript.h')
-rw-r--r-- | src/CGIScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGIScript.h b/src/CGIScript.h index 5a7f46e..a3e40fd 100644 --- a/src/CGIScript.h +++ b/src/CGIScript.h @@ -15,7 +15,7 @@ public: std::string read_output(); private: - FILE* m_pipe; + FILE* m_pipe {}; const std::string& m_script_path; bool m_is_open { false }; |