From 76e9bb52fbd6a39e68cd8e34559762e2b2d1806b Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 16 May 2014 00:17:53 +0200 Subject: fix C++11 compilation (bzr r13341.1.30) --- src/ui/tool/node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/tool/node.h') diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 5971956e1..101af4817 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -41,6 +41,7 @@ template class NodeIterator; } } +/* #if HAVE_TR1_UNORDERED_SET namespace std { namespace tr1 { @@ -48,6 +49,8 @@ template struct hash< Inkscape::UI::NodeIterator >; } } #endif +#endif +*/ namespace Inkscape { namespace UI { -- cgit v1.2.3