summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2008-06-16 15:47:06 -0400
committerStan Cox <scox@redhat.com>2008-06-16 15:47:06 -0400
commitf719ec7cc85a79206bbfe2521786fd84a6608bac (patch)
tree558194acdeaada9640ca06a6508fe80b46354e47 /session.h
parent6643650db25f9ea5b32fe767b4f09e2b6d91a7c4 (diff)
downloadsystemtap-steved-f719ec7cc85a79206bbfe2521786fd84a6608bac.tar.gz
systemtap-steved-f719ec7cc85a79206bbfe2521786fd84a6608bac.tar.xz
systemtap-steved-f719ec7cc85a79206bbfe2521786fd84a6608bac.zip
Create alternative list only as needed.
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
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.
};