summaryrefslogtreecommitdiff
path: root/geography/opencpn/patches/patch-src_printtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'geography/opencpn/patches/patch-src_printtable.cpp')
-rw-r--r--geography/opencpn/patches/patch-src_printtable.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/geography/opencpn/patches/patch-src_printtable.cpp b/geography/opencpn/patches/patch-src_printtable.cpp
new file mode 100644
index 00000000000..c9ebebbfd7c
--- /dev/null
+++ b/geography/opencpn/patches/patch-src_printtable.cpp
@@ -0,0 +1,21 @@
+$NetBSD: patch-src_printtable.cpp,v 1.1 2016/04/01 19:56:02 joerg Exp $
+
+--- src/printtable.cpp.orig 2016-04-01 19:47:54.585451048 +0000
++++ src/printtable.cpp
+@@ -28,7 +28,6 @@
+ #include <sstream>
+ #include <vector>
+ #include <algorithm>
+-using namespace std;
+
+ #include "wx/wxprec.h"
+
+@@ -74,6 +73,8 @@ using namespace std;
+
+ #include "printtable.h"
+
++using namespace std;
++
+ void PrintCell::Init( const wxString& _content, wxDC* _dc, int _width, int _cellpadding, bool _bold_font )
+ {
+ bold_font = _bold_font;