diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-04-03 19:03:49 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-04-03 19:03:49 +0100 |
| commit | c0e7975f62a08140af8b77991aaa2be105f17b49 (patch) | |
| tree | b757d30410cdd9122106e3d5b4291ef488c6ec4b /src/normal.cc | |
| parent | cc591f015fe6ac598fef2c52046f6b790c632910 (diff) | |
| parent | 43b395533fcf8ae34d702de6238b6039fe1fa821 (diff) | |
Merge remote-tracking branch 'jjthrash/osx-fixes'
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index 73346a75..b0794e8f 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -864,7 +864,7 @@ void select_object(Context& context, int param) return select<mode>(context, std::bind(sel.func, _1, _2, flags)); } - static constexpr struct + static const struct { CodepointPair pair; Codepoint name; |
