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