Commit e42607a5 authored by Paul's avatar Paul
Browse files

Fix semicolon

parent 856419e8
......@@ -59,8 +59,7 @@ private:
std::string MakeTypeTuple(const std::vector<std::string>& types) const;
Solution MakeSolution(std::size_t idx, const std::string& arch) const
;
Solution MakeSolution(std::size_t idx, const std::string& arch) const;
public:
std::string GetIncludeHeader() const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment