From f719ec7cc85a79206bbfe2521786fd84a6608bac Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Mon, 16 Jun 2008 15:47:06 -0400 Subject: Create alternative list only as needed. --- session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.h') diff --git a/session.h b/session.h index 6ae44fe2..f49edd46 100644 --- a/session.h +++ b/session.h @@ -167,7 +167,7 @@ struct systemtap_session unsigned num_errors () { return seen_errors.size(); } // void print_error (const parse_error& e); void print_error (const semantic_error& e); - void print_warning (const std::string& w, std::string o); + void print_warning (const std::string& w, const std::string& o); // reNB: new POD members likely need to be explicitly cleared in the ctor. }; -- cgit