summaryrefslogtreecommitdiff
path: root/cpp/etc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/etc')
-rw-r--r--cpp/etc/stylesheets/cpp.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/stylesheets/cpp.xsl b/cpp/etc/stylesheets/cpp.xsl
index 51facee294..033e342c51 100644
--- a/cpp/etc/stylesheets/cpp.xsl
+++ b/cpp/etc/stylesheets/cpp.xsl
@@ -68,7 +68,7 @@ class <xsl:value-of select="$f/@name"/> : virtual public AMQMethodBody
</xsl:for-each>
public:
- typedef std::tr1::shared_ptr&lt;<xsl:value-of select="$f/@name"/>&gt; shared_ptr;
+ typedef boost::shared_ptr&lt;<xsl:value-of select="$f/@name"/>&gt; shared_ptr;
virtual ~<xsl:value-of select="$f/@name"/>() {}