diff options
Diffstat (limited to 'src/glob_matching.h')
| -rw-r--r-- | src/glob_matching.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glob_matching.h b/src/glob_matching.h index b47d30ac..c0620aaf 100644 --- a/src/glob_matching.h +++ b/src/glob_matching.h @@ -178,7 +178,7 @@ GlobPattern(std::basic_string<CharT, Traits, Allocator> const&) template <class CharT> GlobPattern(CharT const*) -> GlobPattern<CharT>; -GlobPattern(QString const&)->GlobPattern<QChar>; +GlobPattern(QString const&) -> GlobPattern<QChar>; } // namespace MOShared |
