diff -r b7727edd44f2 -r 10f3b3286e63 lemon/goldberg_tarjan.h --- a/lemon/goldberg_tarjan.h Wed Nov 28 17:51:02 2007 +0000 +++ b/lemon/goldberg_tarjan.h Wed Nov 28 18:01:38 2007 +0000 @@ -272,7 +272,11 @@ } }; - public: + protected: + + GoldbergTarjan() {} + + public: /// \brief The constructor of the class. ///