summaryrefslogtreecommitdiff
path: root/gruel/src/lib/pmt/unv_template.cc.t
diff options
context:
space:
mode:
Diffstat (limited to 'gruel/src/lib/pmt/unv_template.cc.t')
-rw-r--r--gruel/src/lib/pmt/unv_template.cc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gruel/src/lib/pmt/unv_template.cc.t b/gruel/src/lib/pmt/unv_template.cc.t
index 148965c09..566168c3d 100644
--- a/gruel/src/lib/pmt/unv_template.cc.t
+++ b/gruel/src/lib/pmt/unv_template.cc.t
@@ -33,7 +33,7 @@ pmt_@TAG@vector::ref(size_t k) const
return d_v[k];
}
-void
+void
pmt_@TAG@vector::set(size_t k, @TYPE@ x)
{
if (k >= length())