summaryrefslogtreecommitdiff
path: root/src/lib/audio_mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/audio_mapping.h')
-rw-r--r--src/lib/audio_mapping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h
index f3096764c..d3f497fc2 100644
--- a/src/lib/audio_mapping.h
+++ b/src/lib/audio_mapping.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ class AudioMapping
{
public:
AudioMapping ();
- AudioMapping (int);
+ AudioMapping (int channels);
AudioMapping (boost::shared_ptr<const cxml::Node>, int);
/* Default copy constructor is fine */