From 57086d5d99fa7e6e9415a84cd77358246a691a59 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Thu, 29 Nov 2012 17:51:30 -0800 Subject: Rename isValid --- src/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.h b/src/state.h index 4b644db..f1cc4c7 100644 --- a/src/state.h +++ b/src/state.h @@ -42,7 +42,7 @@ struct Pool { : name_(name), current_use_(0), depth_(depth) { } // A depth of 0 is infinite - bool isValid() const { return depth_ >= 0; } + bool is_valid() const { return depth_ >= 0; } int depth() const { return depth_; } const string& name() const { return name_; } -- cgit v0.12