13
0

For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour/gui_thread.h'

Technically it doesn't make much difference but from what I can tell, the only files which #include 'gtk2_ardour/gui_thread.h' are the source files from gtk2_ardour itself. The support libraries always #include 'gtkmm2ext/gui_thread.h' directly (which seems sensible). So for consistency's sake, let's keep it the same for libcanvas.
This commit is contained in:
John Emmas 2015-03-29 09:53:02 +01:00 committed by Paul Davis
parent 9128cdefe9
commit 9313930bb3

View File

@ -38,7 +38,7 @@
#include <gdkmm/general.h>
#include "gtk2_ardour/gui_thread.h"
#include "gtkmm2ext/gui_thread.h"
using namespace std;
using namespace ARDOUR;