summaryrefslogtreecommitdiff
path: root/src/lib/atmos_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/atmos_content.h')
-rw-r--r--src/lib/atmos_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/atmos_content.h b/src/lib/atmos_content.h
index 0344b6225..948c3d3c0 100644
--- a/src/lib/atmos_content.h
+++ b/src/lib/atmos_content.h
@@ -37,7 +37,7 @@ class AtmosContent : public ContentPart
public:
AtmosContent (Content* parent);
- static boost::shared_ptr<AtmosContent> from_xml (Content* parent, cxml::ConstNodePtr node);
+ static std::shared_ptr<AtmosContent> from_xml (Content* parent, cxml::ConstNodePtr node);
void as_xml (xmlpp::Node* node) const;