mirror of https://github.com/procxx/kepka.git
Fix build in Xcode.
This commit is contained in:
parent
bafa838afc
commit
2a96f358f6
|
@ -97,7 +97,10 @@ private:
|
||||||
class SuggestionsController {
|
class SuggestionsController {
|
||||||
public:
|
public:
|
||||||
struct Options {
|
struct Options {
|
||||||
bool suggestExactFirstWord = true;
|
Options() : suggestExactFirstWord(true) {
|
||||||
|
}
|
||||||
|
|
||||||
|
bool suggestExactFirstWord;
|
||||||
};
|
};
|
||||||
|
|
||||||
SuggestionsController(
|
SuggestionsController(
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 20f170a3462392e59b556333de97e5700098f964
|
Subproject commit 6cd5e323645746620f96450487e05900a0fbc7ce
|
Loading…
Reference in New Issue