summaryrefslogtreecommitdiff
path: root/include/phat/representations/vector_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/representations/vector_set.h')
-rw-r--r--include/phat/representations/vector_set.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/phat/representations/vector_set.h b/include/phat/representations/vector_set.h
index ea6df09..6878a27 100644
--- a/include/phat/representations/vector_set.h
+++ b/include/phat/representations/vector_set.h
@@ -90,5 +90,10 @@ namespace phat {
col.erase( result.first );
}
}
+
+ // finalizes given column
+ void _finalize( index idx ) {
+ }
+
};
}