From 9d6fe33bea0f070356d02a9196e9dfbfa3d0cf8d Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 15 Oct 2013 00:49:21 -0700 Subject: noise node --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.h') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 7a746cc..2d66d51 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -706,7 +706,7 @@ namespace Rotor { void list_categories(Json::Value &JSON); private: unordered_map type_map; - unordered_map > categories; + unordered_map > category; }; } -- cgit v1.2.3