summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/click.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/click.h')
-rw-r--r--libs/ardour/ardour/click.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/click.h b/libs/ardour/ardour/click.h
index ae744478f1..8488df47a6 100644
--- a/libs/ardour/ardour/click.h
+++ b/libs/ardour/ardour/click.h
@@ -27,7 +27,7 @@ namespace ARDOUR {
class ClickIO : public IO
{
public:
- ClickIO (Session& s, const string& name) : IO (s, name) {}
+ ClickIO (Session& s, const std::string& name) : IO (s, name) {}
~ClickIO() {}
protected: