summaryrefslogtreecommitdiff
path: root/src/options/open_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/open_ostream.h')
-rw-r--r--src/options/open_ostream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options/open_ostream.h b/src/options/open_ostream.h
index 7630c3bf0..9359d5cda 100644
--- a/src/options/open_ostream.h
+++ b/src/options/open_ostream.h
@@ -47,8 +47,7 @@ class OstreamOpener {
* returns <true, stream> where stream is a ostream allocated by new.
* The caller is in this case the owner of the allocated memory.
*/
- std::pair<bool, std::ostream*> open(const std::string& name) const
- throw(OptionException);
+ std::pair<bool, std::ostream*> open(const std::string& name) const;
private:
const char* d_channelName;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback