diff options
author | David Robillard <d@drobilla.net> | 2013-01-09 03:05:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-09 03:05:13 +0000 |
commit | 67067320cb53f3c84bb7901e446f3d1798667e57 (patch) | |
tree | efaf94976fbef5f7ed9843bcd8056ee3289167ea /ingen/client | |
parent | 19b6f2d1c1e8ddcc52b45b4a2c17d4f0317ceabc (diff) | |
download | ingen-67067320cb53f3c84bb7901e446f3d1798667e57.tar.gz ingen-67067320cb53f3c84bb7901e446f3d1798667e57.tar.bz2 ingen-67067320cb53f3c84bb7901e446f3d1798667e57.zip |
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
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/PluginModel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |