From 8d0581a720dd73c7714289ae8db12455c6f5c8c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 May 2010 01:20:33 +0000 Subject: Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) git-svn-id: svn://localhost/ardour2/branches/3.0@7081 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_body.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/port_matrix_body.cc') diff --git a/gtk2_ardour/port_matrix_body.cc b/gtk2_ardour/port_matrix_body.cc index 063eaa8d8a..6da2ab87b5 100644 --- a/gtk2_ardour/port_matrix_body.cc +++ b/gtk2_ardour/port_matrix_body.cc @@ -28,6 +28,8 @@ #include "port_matrix_row_labels.h" #include "port_matrix_grid.h" +#include "i18n.h" + using namespace std; PortMatrixBody::PortMatrixBody (PortMatrix* p) -- cgit v1.2.3