summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2017-03-13 13:51:40 +0000
committerTor Brede Vekterli <vekterli@yahoo-inc.com>2017-03-13 14:20:46 +0000
commit6c6a2f7b840f65209563ec1553cc71cfa02683a6 (patch)
tree666d79fd6b24257944b438d5daf9ce66c342a3ab /staging_vespalib
parent720617cf9e441059558870525cfefe94a85df788 (diff)
Create explicit, non implicitly inlined function definitions
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/objects/objectdumper.cpp3
-rw-r--r--staging_vespalib/src/vespa/vespalib/objects/objectdumper.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/objects/objectdumper.cpp b/staging_vespalib/src/vespa/vespalib/objects/objectdumper.cpp
index 396c0214a9b..e15cf9a3e47 100644
--- a/staging_vespalib/src/vespa/vespalib/objects/objectdumper.cpp
+++ b/staging_vespalib/src/vespa/vespalib/objects/objectdumper.cpp
@@ -41,6 +41,9 @@ ObjectDumper::ObjectDumper(int indent)
{
}
+ObjectDumper::~ObjectDumper() {
+}
+
//-----------------------------------------------------------------------------
void
diff --git a/staging_vespalib/src/vespa/vespalib/objects/objectdumper.h b/staging_vespalib/src/vespa/vespalib/objects/objectdumper.h
index 7edb017c3a8..b630246328c 100644
--- a/staging_vespalib/src/vespa/vespalib/objects/objectdumper.h
+++ b/staging_vespalib/src/vespa/vespalib/objects/objectdumper.h
@@ -49,6 +49,7 @@ public:
* @param indent indent size in number of spaces
**/
ObjectDumper(int indent = 4);
+ ~ObjectDumper();
/**
* Obtain the created object string representation. This object