summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r--src/server/LV2Node.hpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp
index 0e7e08ed..6fc91afc 100644
--- a/src/server/LV2Node.hpp
+++ b/src/server/LV2Node.hpp
@@ -68,13 +68,11 @@ protected:
typedef Raul::Array< SharedPtr<void> > Instances;
- LV2Plugin* _lv2_plugin;
- Instances* _instances;
- Instances* _prepared_instances;
-
- LV2_Contexts_MessageContext* _message_funcs;
-
- SharedPtr<Ingen::Shared::LV2Features::FeatureArray> _features;
+ LV2Plugin* _lv2_plugin;
+ Instances* _instances;
+ Instances* _prepared_instances;
+ LV2_Contexts_MessageContext* _message_funcs;
+ SharedPtr<Shared::LV2Features::FeatureArray> _features;
};
} // namespace Server