aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/styles/hdftype.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/styles/hdftype.xsl')
-rw-r--r--src/types/styles/hdftype.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl
index f7be801880..6c9ab8cd52 100644
--- a/src/types/styles/hdftype.xsl
+++ b/src/types/styles/hdftype.xsl
@@ -91,7 +91,7 @@ public abstract class <xsl:value-of select="@name"/>AbstractType
/**
* Size of record (exluding 4 byte header)
*/
- public int getSize()
+ public static int getSize()
{
<xsl:variable name="fieldIterator" select="field:new()"/>
<xsl:text> return 4 + </xsl:text>