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.
15 lines
289 B
C++
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
|