summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-06 10:50:32 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-06 20:02:59 +0000
commit9294d9c7a8399cdddfb13f5271c1478b7aec3890 (patch)
tree24ad96cefa87c2240b79c8b19d61fe9304c26bd0 /fastos
parent23532d64f01b74f22e0863fe245b8a65c69c4a45 (diff)
Deinline
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/unix_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/unix_process.h b/fastos/src/vespa/fastos/unix_process.h
index e06df03dd3d..d3b3f0f3d96 100644
--- a/fastos/src/vespa/fastos/unix_process.h
+++ b/fastos/src/vespa/fastos/unix_process.h
@@ -56,6 +56,7 @@ public:
_writeBuffer()
{
}
+ ~DescriptorHandle() { }
void CloseHandle(void)
{
_wantRead = false;