summaryrefslogtreecommitdiff
path: root/include/audiomanagertypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/audiomanagertypes.h')
-rwxr-xr-xinclude/audiomanagertypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h
index d015737..b94c5ee 100755
--- a/include/audiomanagertypes.h
+++ b/include/audiomanagertypes.h
@@ -1000,7 +1000,8 @@ public:
* the handle as value
*/
uint16_t handle:10;
-
+
+ am_Handle_s():handleType(am_Handle_e::H_UNKNOWN),handle(0){ }
};
/**