From 800f6a70f9d09f39ab40d8ee3e1186900d3193e8 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 5 Sep 2011 23:40:57 +0200 Subject: [PATCH] Added description to plugin_hub_info (an empty struct causes warning on VS2010). --- src/plugin_api/handle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin_api/handle.h b/src/plugin_api/handle.h index d8198d8..9096cae 100644 --- a/src/plugin_api/handle.h +++ b/src/plugin_api/handle.h @@ -53,6 +53,7 @@ struct plugin_user struct plugin_hub_info { + const char* description; }; enum plugin_status