make ncmpcpp compile with -fno-exceptions

This commit is contained in:
Andrzej Rybczak
2009-09-21 06:01:21 +02:00
parent 14a774b8a3
commit 70910b77ed
12 changed files with 135 additions and 70 deletions

View File

@@ -463,12 +463,6 @@ namespace NCurses
static size_t Length(const std::wstring &ws);
protected:
/// Exception class that is thrown if constructed
/// window has size bigger than actual screen size.
///
class BadSize { };
/// Sets colors of window (interal use only)
/// @param fg foregound color
/// @param bg background color