From bc40776c44a7937ec0ffe6c8aad0259f673c501e Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Thu, 20 Oct 2016 14:17:21 -0600 Subject: layers:Rename EVENT_NODE->EVENT_STATE --- layers/core_validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.h') diff --git a/layers/core_validation.h b/layers/core_validation.h index 325ecea1..9d9769cf 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -160,7 +160,7 @@ class SEMAPHORE_NODE : public BASE_NODE { bool signaled; }; -class EVENT_NODE : public BASE_NODE { +class EVENT_STATE : public BASE_NODE { public: int write_in_use; bool needsSignaled; -- cgit v1.2.3