summaryrefslogtreecommitdiff
path: root/include/phat/representations/vector_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/representations/vector_list.h')
-rw-r--r--include/phat/representations/vector_list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/phat/representations/vector_list.h b/include/phat/representations/vector_list.h
index fdd5818..ca0b5b8 100644
--- a/include/phat/representations/vector_list.h
+++ b/include/phat/representations/vector_list.h
@@ -93,5 +93,9 @@ namespace phat {
source_col.begin(), source_col.end(),
std::back_inserter( target_col ) );
}
+
+ // finalizes given column
+ void _finalize( index idx ) {
+ }
};
}