use auto for constexpr whenever possible
[platform/core/api/audio-io.git] / include / CAudioError.h
index e6c98eb..a054eb9 100644 (file)
@@ -62,7 +62,7 @@ class CAudioError : public std::exception {
         };
 
         /* Constants Definition */
-        static constexpr unsigned int MSG_LENGTH = 512;
+        static constexpr auto MSG_LENGTH = 512;
 
         /* Constructor & Destructor */
         CAudioError(EError err, const char* msg, const char* file, const char* func, int line);