summary refs log tree commit diff stats
path: root/lib/notion.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notion.h')
-rw-r--r--lib/notion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notion.h b/lib/notion.h index 4fd3396..69f5cef 100644 --- a/lib/notion.h +++ b/lib/notion.h
@@ -25,7 +25,7 @@ namespace verbly {
25 25
26 // Accessors 26 // Accessors
27 27
28 operator bool() const 28 bool isValid() const
29 { 29 {
30 return valid_; 30 return valid_;
31 } 31 }