aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index efa326c0..177048bf 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -333,6 +333,7 @@ struct Property
NPNR_ASSERT(!is_string);
for (auto c : str)
result.push_back(c == S1);
+ return result;
}
std::string as_string() const
{