Have graph_to_eps.h compile with both gcc-3.3 and clang++-3.2 (#471)
authorAlpar Juttner <alpar@cs.elte.hu>
Sun, 11 Aug 2013 17:21:22 +0200
changeset 1288dd5b5d96b657
parent 1285 6c8e2d8712d8
child 1289 4f55bac7e625
child 1291 72694bc6916d
child 1308 89e1877e335f
child 1355 81f70097df81
Have graph_to_eps.h compile with both gcc-3.3 and clang++-3.2 (#471)

Hopefully, it puts an end to the story of [115031ac8001] and [761fe0846f49].
lemon/graph_to_eps.h
     1.1 --- a/lemon/graph_to_eps.h	Sun Aug 11 15:29:28 2013 +0200
     1.2 +++ b/lemon/graph_to_eps.h	Sun Aug 11 17:21:22 2013 +0200
     1.3 @@ -222,7 +222,6 @@
     1.4    using T::_title;
     1.5    using T::_copyright;
     1.6  
     1.7 -  using T::NodeTextColorType;
     1.8    using T::CUST_COL;
     1.9    using T::DIST_COL;
    1.10    using T::DIST_BW;