summary refs log tree commit diff stats
path: root/lib/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/part.h')
-rw-r--r--lib/part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/part.h b/lib/part.h index 450db3d..456bad0 100644 --- a/lib/part.h +++ b/lib/part.h
@@ -62,7 +62,7 @@ namespace verbly {
62 62
63 // General accessors 63 // General accessors
64 64
65 operator bool() const 65 bool isValid() const
66 { 66 {
67 return (type_ != part_type::invalid); 67 return (type_ != part_type::invalid);
68 } 68 }