Fix struct/class divergence

This commit is contained in:
Vladislav Oleshko 2022-07-22 00:45:40 +03:00
parent 5f77b2bd3b
commit c105a86a7a
1 changed files with 2 additions and 2 deletions

View File

@ -1275,7 +1275,7 @@ namespace crow
return load(str.data(), str.size());
}
class wvalue_reader;
struct wvalue_reader;
/// JSON write value.
@ -1285,7 +1285,7 @@ namespace crow
class wvalue : public returnable
{
friend class crow::mustache::template_t;
friend class wvalue_reader;
friend struct wvalue_reader;
public:
using object =