Fix build in Xcode.

This commit is contained in:
John Preston 2019-05-27 15:56:33 +02:00
parent bafa838afc
commit 2a96f358f6
2 changed files with 5 additions and 2 deletions

View File

@ -97,7 +97,10 @@ private:
class SuggestionsController {
public:
struct Options {
bool suggestExactFirstWord = true;
Options() : suggestExactFirstWord(true) {
}
bool suggestExactFirstWord;
};
SuggestionsController(

@ -1 +1 @@
Subproject commit 20f170a3462392e59b556333de97e5700098f964
Subproject commit 6cd5e323645746620f96450487e05900a0fbc7ce