diff options
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index d817eeee8..23b50233c 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -26,7 +26,7 @@ class ImageContent : public Content { public: - ImageContent (boost::filesystem::path); + explicit ImageContent (boost::filesystem::path); ImageContent (cxml::ConstNodePtr, int); std::shared_ptr<ImageContent> shared_from_this () { |
