include winsock2.h on windows in libsmf for htons/l etc.
[ardour.git] / libs / evoral / src / Control.cpp
index e83343b7146053218be418b75d6ce280cb29d4e7..bb272ea8b32a782042cc7bf853e2810586051db3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Evoral.
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008 David Robillard <http://drobilla.net>
  * Copyright (C) 2000-2008 Paul Davis
  *
  * Evoral is free software; you can redistribute it and/or modify it under the
@@ -46,7 +46,7 @@ Control::get_double (bool from_list, double frame) const
 
 
 void
-Control::set_double (double value, bool to_list, double frame)
+Control::set_double (double value, double frame, bool to_list)
 {
        _user_value = value;