diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-10-09 15:07:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-10-09 15:08:00 +0200 |
commit | 635fe82acd114fd9ea34bd90fe2b80114e859089 (patch) | |
tree | f9e53555c5f713fc06d48c718890904e52fda3d7 /style | |
parent | 17e82d3d887effaea5779a90e9f9c6ff25e0220a (diff) | |
download | tde-style-baghira-635fe82acd114fd9ea34bd90fe2b80114e859089.tar.gz tde-style-baghira-635fe82acd114fd9ea34bd90fe2b80114e859089.zip |
Fix FTBFS on missing return values
This resolves bug 2690
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'style')
-rw-r--r-- | style/baghira.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/baghira.h b/style/baghira.h index 8f219aa..64a3eab 100644 --- a/style/baghira.h +++ b/style/baghira.h @@ -236,6 +236,7 @@ public: { switch (inactiveButtonColor) { + default: case 0 : return (TQColor(232,232,232)); case 1 : return (bgColor()); case 2 : return (buttonColor()); |