diff options
Diffstat (limited to 'lib/pronunciation.h')
| -rw-r--r-- | lib/pronunciation.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/pronunciation.h b/lib/pronunciation.h index 1162360..4723143 100644 --- a/lib/pronunciation.h +++ b/lib/pronunciation.h | |||
| @@ -28,7 +28,7 @@ namespace verbly { | |||
| 28 | 28 | ||
| 29 | // Accessors | 29 | // Accessors |
| 30 | 30 | ||
| 31 | operator bool() const | 31 | bool isValid() const |
| 32 | { | 32 | { |
| 33 | return valid_; | 33 | return valid_; |
| 34 | } | 34 | } |
