diff options
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/stylesheets/cpp.xsl | 2 |
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<<xsl:value-of select="$f/@name"/>> shared_ptr; + typedef boost::shared_ptr<<xsl:value-of select="$f/@name"/>> shared_ptr; virtual ~<xsl:value-of select="$f/@name"/>() {} |
