Plugin::Descriptor: renamed sub_plugin_features to subPluginFeatures

Renamed field sub_plugin_features to subPluginFeatures in
Plugin::Descriptor struct.
(cherry picked from commit e8c3c21f7f)
This commit is contained in:
Tobias Doerffel
2009-08-26 01:01:35 +02:00
parent fc72b1a6a4
commit c2f9fcd14f
3 changed files with 10 additions and 12 deletions

View File

@@ -137,7 +137,7 @@ public:
const Plugin::PluginTypes m_type;
} ;
SubPluginFeatures * sub_plugin_features;
SubPluginFeatures * subPluginFeatures;
} ;