summaryrefslogtreecommitdiff
path: root/examples/Mem_Map/IO-tests/IO_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Mem_Map/IO-tests/IO_Test.cpp')
-rw-r--r--examples/Mem_Map/IO-tests/IO_Test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Mem_Map/IO-tests/IO_Test.cpp b/examples/Mem_Map/IO-tests/IO_Test.cpp
index 180722a5523..86f2596098e 100644
--- a/examples/Mem_Map/IO-tests/IO_Test.cpp
+++ b/examples/Mem_Map/IO-tests/IO_Test.cpp
@@ -19,6 +19,10 @@ IO_Test::IO_Test (const char *name,
{
}
+IO_Test::~IO_Test (void)
+{
+}
+
const char *
IO_Test::name (void)
{