summaryrefslogtreecommitdiffstats
path: root/src/io/resource-manager.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-05-28 10:52:07 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-05-28 10:52:07 +0000
commitb38dc8c2f956b367ca681dbdc8ed6ffc3c440fa1 (patch)
treebee0534dd8b18f20e2b2282646bec4c1a0aeb11e /src/io/resource-manager.cpp
parentFix align-to of text objects (diff)
downloadinkscape-b38dc8c2f956b367ca681dbdc8ed6ffc3c440fa1.tar.gz
inkscape-b38dc8c2f956b367ca681dbdc8ed6ffc3c440fa1.zip
Update pofiles
Diffstat (limited to '')
-rw-r--r--src/io/resource-manager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/io/resource-manager.cpp b/src/io/resource-manager.cpp
index 1ae02a886..c5ac0ef45 100644
--- a/src/io/resource-manager.cpp
+++ b/src/io/resource-manager.cpp
@@ -423,8 +423,7 @@ bool ResourceManagerImpl::searchUpwards( std::string const &base, std::string co
static ResourceManagerImpl* theInstance = nullptr;
ResourceManager::ResourceManager()
-{
-}
+= default;
ResourceManager::~ResourceManager() = default;