# HG changeset patch # User Alpar Juttner # Date 1376234482 -7200 # Node ID dd5b5d96b657f0bc096b6e314dc02deb6941953d # Parent 6c8e2d8712d8c09ad85788acce9eee2666fa5e72 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]. diff -r 6c8e2d8712d8 -r dd5b5d96b657 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sun Aug 11 15:29:28 2013 +0200 +++ b/lemon/graph_to_eps.h Sun Aug 11 17:21:22 2013 +0200 @@ -222,7 +222,6 @@ using T::_title; using T::_copyright; - using T::NodeTextColorType; using T::CUST_COL; using T::DIST_COL; using T::DIST_BW;