diff options
Diffstat (limited to 'unicode/wordbreaktest.C')
| -rw-r--r-- | unicode/wordbreaktest.C | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unicode/wordbreaktest.C b/unicode/wordbreaktest.C index 5df1e23..73d0e67 100644 --- a/unicode/wordbreaktest.C +++ b/unicode/wordbreaktest.C @@ -25,7 +25,7 @@ public:  	using unicode::wordbreak_callback_base::operator<<;  private: -	int callback(bool flag) +	int callback(bool flag) override  	{  		flags.push_back(flag);  		return 0; | 
