1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 02:07:23 +01:00

fixes #2029 windows build failure

This commit is contained in:
Vadim Kurland 2011-02-05 22:53:58 -08:00
parent 3cbd7a10f4
commit 8c4079051b

View File

@ -59,7 +59,7 @@ using namespace std;
RoutingCompiler_freebsd::PrintRule::PrintRule(const std::string &name) :
RoutingCompiler_openbsd::PrintRule::PrintRule(name)
RoutingCompiler_openbsd::PrintRule(name)
{
}