Exheredludis/paludis/resolver/find_replacing_helper-fwd.hh
Saleem Abdulrasool ac8b624f58 fix tag mismatches
This is a mechanical change to address tag mismatches for forward declaration.
This is not an error, however, the sheer number of these warnings caused by the
extensive amount of forward declaration usage drowns out the errors.  This has
no functional change.
2013-02-26 20:25:21 -08:00

15 lines
289 B
C++

/* vim: set sw=4 sts=4 et foldmethod=syntax : */
#ifndef PALUDIS_GUARD_PALUDIS_RESOLVER_FIND_REPLACING_HELPER_FWD_HH
#define PALUDIS_GUARD_PALUDIS_RESOLVER_FIND_REPLACING_HELPER_FWD_HH 1
namespace paludis
{
namespace resolver
{
class FindReplacingHelper;
}
}
#endif