summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-15 00:49:21 -0700
committerComment <tim@gray.(none)>2013-10-15 00:49:21 -0700
commit9d6fe33bea0f070356d02a9196e9dfbfa3d0cf8d (patch)
tree82f3ebc7972a8746f7659660b741ae3d7c7628bb /rotord/src/rotor.h
parent514624508d16f6a3f3e6419479642acc931b0f52 (diff)
noise node
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
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<string,Node*> type_map;
- unordered_map<string,vector<Rotor::Node*> > categories;
+ unordered_map<string,vector<Rotor::Node*> > category;
};
}