John Emmas b25b99216c Fix a compiler problem when building 'gtk2_ardour/template_dialog.cc' with MSVC
When setting up the 'TemplatesImported' signal, these 2 calls appear in the c'tor for class TemplateDialog:-

	boost::bind (&RouteTemplateManager::init, route_tm)
	boost::bind (&SessionTemplateManager::init, session_tm)

However - '&RouteTemplateManager::init' and '&SessionTemplateManager::init' are in fact the address of the same function. This seems to be causing a problem, either for boost::bind, or MSVC (or both).

In earlier builds they were 2 separate functions. So let's put them back that way (since the current code actually crashes the compiler!!)
2017-08-26 13:07:45 +01:00
2016-02-28 21:16:44 +01:00
2017-08-25 10:22:42 -07:00
2017-05-12 15:28:32 -07:00
2017-08-23 23:55:00 +02:00
2017-08-23 23:55:00 +02:00
2016-06-25 00:44:04 +02:00
2016-10-18 22:26:23 +02:00
2017-01-05 09:21:12 +00:00
2016-02-28 21:48:49 +01:00
2017-08-24 15:26:14 +02:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html
Description
No description provided
Readme 202 MiB
Languages
C++ 56.5%
C 39.6%
JavaScript 1.3%
Lua 0.9%
Python 0.6%
Other 0.9%