summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 8fd510f7b..85aad0c57 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -7,7 +7,7 @@
using namespace std;
-vector<ModeParameter> custom_mode_params;
+std::vector<ModeParameter> custom_mode_params;
chanrec::chanrec()
{