projects
/
ncmpc-debian.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Styles: add `noexcept`
[ncmpc-debian.git]
/
src
/
Styles.hxx
diff --git
a/src/Styles.hxx
b/src/Styles.hxx
index
b1a7287
..
9c72eea
100644
(file)
--- a/
src/Styles.hxx
+++ b/
src/Styles.hxx
@@
-60,10
+60,11
@@
void
ModifyStyle(const char *name, const char *value);
void
-ApplyStyles();
+ApplyStyles() noexcept;
+
#endif
void
-SelectStyle(WINDOW *w, Style style);
+SelectStyle(WINDOW *w, Style style)
noexcept
;
#endif