From 7b4ea8822c9e3e0140dce8e04a6cc264105ce589 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 23:33:07 +0200 Subject: clang compatibility: add missing default constructor --- src/core/resource/ResourceLocator.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/core/resource/ResourceLocator.hpp b/src/core/resource/ResourceLocator.hpp index d8afcb2..d4ff6df 100644 --- a/src/core/resource/ResourceLocator.hpp +++ b/src/core/resource/ResourceLocator.hpp @@ -236,6 +236,12 @@ protected: */ std::unique_ptr doStream( const std::string &location) const override; + +public: + /** + * Default constructor. + */ + NullResourceLocatorImpl() {} }; /** -- cgit v1.2.3