diff --git phonon/backendinterface.h b/phonon/backendinterface.h
index 1f511eb3..50fcb669 100644
|
|
|
class BackendInterface |
| 176 | 176 | /** |
| 177 | 177 | * Classes that the createObject function has to handle. |
| 178 | 178 | */ |
| 179 | | enum Class { |
| | 179 | enum Class : unsigned { |
| 180 | 180 | /** |
| 181 | 181 | * Request to return a %MediaObject object. |
| 182 | 182 | */ |
diff --git phonon/objectdescription.h b/phonon/objectdescription.h
index f1d6c009..68072617 100644
|
|
|
namespace Phonon |
| 43 | 43 | * |
| 44 | 44 | * \ingroup Backend |
| 45 | 45 | */ |
| 46 | | enum ObjectDescriptionType |
| | 46 | enum ObjectDescriptionType : unsigned |
| 47 | 47 | { |
| 48 | 48 | /** |
| 49 | 49 | * Audio output devices. This can be soundcards (with different drivers), soundservers or |