mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-07 04:25:15 +03:00
Fix regex.hh compilation
Repeat after me: I will not blindly push commits that I havent compiled. Fixes #990
This commit is contained in:
parent
fd82d3e258
commit
430ff37bd6
@ -20,7 +20,7 @@ struct regex_error : runtime_error
|
|||||||
using RegexBase = boost::basic_regex<wchar_t, boost::c_regex_traits<wchar_t>>;
|
using RegexBase = boost::basic_regex<wchar_t, boost::c_regex_traits<wchar_t>>;
|
||||||
|
|
||||||
// Regex that keeps track of its string representation
|
// Regex that keeps track of its string representation
|
||||||
class Regex : RegexBase
|
class Regex : public RegexBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Regex() = default;
|
Regex() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user