summary refs log tree commit diff stats
path: root/lib/pronunciation.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pronunciation.h')
-rw-r--r--lib/pronunciation.h2
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 }