From 8c4079051bbb06ea8c9b9855b53732eec2bbf184 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Sat, 5 Feb 2011 22:53:58 -0800 Subject: [PATCH] fixes #2029 windows build failure --- src/pflib/RoutingCompiler_freebsd_writers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pflib/RoutingCompiler_freebsd_writers.cpp b/src/pflib/RoutingCompiler_freebsd_writers.cpp index ffc77e701..992f4c634 100644 --- a/src/pflib/RoutingCompiler_freebsd_writers.cpp +++ b/src/pflib/RoutingCompiler_freebsd_writers.cpp @@ -59,7 +59,7 @@ using namespace std; RoutingCompiler_freebsd::PrintRule::PrintRule(const std::string &name) : - RoutingCompiler_openbsd::PrintRule::PrintRule(name) + RoutingCompiler_openbsd::PrintRule(name) { }