diff options
author | Stan Cox <scox@redhat.com> | 2008-06-16 15:47:06 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-06-16 15:47:06 -0400 |
commit | f719ec7cc85a79206bbfe2521786fd84a6608bac (patch) | |
tree | 558194acdeaada9640ca06a6508fe80b46354e47 /session.h | |
parent | 6643650db25f9ea5b32fe767b4f09e2b6d91a7c4 (diff) | |
download | systemtap-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. }; |