From 4c733301e6d13b6b13aef4549f262d05007ffc9f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 11 Jun 2015 13:39:49 +0200 Subject: Fixed cstr_buf for std::string with small string optimization --- backends/blif/blif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/blif') diff --git a/backends/blif/blif.cc b/backends/blif/blif.cc index c257e4964..af6f8726a 100644 --- a/backends/blif/blif.cc +++ b/backends/blif/blif.cc @@ -61,7 +61,7 @@ struct BlifDumper { } - std::vector cstr_buf; + vector cstr_buf; const char *cstr(RTLIL::IdString id) { -- cgit v1.2.3