summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_manager.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-31 22:25:40 +0200
committerRobin Gareus <robin@gareus.org>2019-03-31 22:25:40 +0200
commit20201ef056b1713107b3c6a79fc61fe259f9f3e8 (patch)
tree7a0b56a0b079d4d004e6f26c5dc9c9bbca6e0872 /libs/ardour/ardour/plugin_manager.h
parentda15b599de110fa43b97b92bbb772410f4462f0f (diff)
Clarify documentation
Diffstat (limited to 'libs/ardour/ardour/plugin_manager.h')
-rw-r--r--libs/ardour/ardour/plugin_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/plugin_manager.h b/libs/ardour/ardour/plugin_manager.h
index 7b90b045c3..264018345d 100644
--- a/libs/ardour/ardour/plugin_manager.h
+++ b/libs/ardour/ardour/plugin_manager.h
@@ -106,7 +106,7 @@ public:
};
std::vector<std::string> get_all_tags (enum TagFilter) const;
- /** plugins were added to or removed from one of the PluginInfoLists, OR the user has made changes to the status/tags */
+ /** plugins were added to or removed from one of the PluginInfoLists */
PBD::Signal0<void> PluginListChanged;
/** A single plugin's Hidden/Favorite status changed */