Plugin::Descriptor: renamed sub_plugin_features to subPluginFeatures

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

View File

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