From 67067320cb53f3c84bb7901e446f3d1798667e57 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Jan 2013 03:05:13 +0000 Subject: Load internal plugin data files and rework documentation code to work the same as LV2 plugins (fix #671). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4910 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PluginModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/client') diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp index 7e082879..4195dfe2 100644 --- a/ingen/client/PluginModel.hpp +++ b/ingen/client/PluginModel.hpp @@ -80,7 +80,7 @@ public: const std::string& icon_path() const; static std::string get_lv2_icon_path(const LilvPlugin* plugin); - std::string documentation(bool* html) const; + std::string documentation(bool html) const; std::string port_documentation(uint32_t index) const; static void set_rdf_world(Sord::World& world) { -- cgit v1.2.1