summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 1767b4f5..590f0d0b 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -34,6 +34,8 @@ Store::add(Node* o)
for (uint32_t i = 0; i < o->num_ports(); ++i) {
add(o->port(i));
}
+
+ // FIXME: add parameters
}
/*