diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/etc/stylesheets/utils.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/stylesheets/utils.xsl b/cpp/etc/stylesheets/utils.xsl index 70743112a9..54b2e56f23 100644 --- a/cpp/etc/stylesheets/utils.xsl +++ b/cpp/etc/stylesheets/utils.xsl @@ -28,7 +28,7 @@ <xsl:when test="$t='bit'">bool</xsl:when> <xsl:when test="$t='long'">u_int32_t</xsl:when> <xsl:when test="$t='longlong'">u_int64_t</xsl:when> - <xsl:when test="$t='table'">FieldTable&</xsl:when> + <xsl:when test="$t='table'">const FieldTable&</xsl:when> <xsl:otherwise>Object /*WARNING: undefined type*/</xsl:otherwise> </xsl:choose> </xsl:function> |