summaryrefslogtreecommitdiffhomepage
path: root/flowgraph/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'flowgraph/storage.h')
-rw-r--r--flowgraph/storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowgraph/storage.h b/flowgraph/storage.h
index efd7d52..28aae1e 100644
--- a/flowgraph/storage.h
+++ b/flowgraph/storage.h
@@ -50,6 +50,7 @@ namespace FlowGraph {
class LocalScope
{
public:
+ LocalScope() = default;
size_t getNewIndex() { return m_index++; }
private:
size_t m_index{ 0 };