Added description to plugin_hub_info (an empty struct causes warning on VS2010).

This commit is contained in:
Jan Vidar Krey 2011-09-05 23:40:57 +02:00
parent 5d2a25a1be
commit 800f6a70f9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ struct plugin_user
struct plugin_hub_info
{
const char* description;
};
enum plugin_status