aboutsummaryrefslogtreecommitdiff
path: root/base/inc/cmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/inc/cmodule.h')
-rw-r--r--base/inc/cmodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/inc/cmodule.h b/base/inc/cmodule.h
index 7fa6275..439ca62 100644
--- a/base/inc/cmodule.h
+++ b/base/inc/cmodule.h
@@ -59,10 +59,10 @@ class CModule {
* accessor
*/
/* library name */
- const OMX_STRING GetLibraryName(void);
+ OMX_STRING GetLibraryName(void);
/* component name and roles */
- const OMX_STRING GetComponentName(void);
+ OMX_STRING GetComponentName(void);
OMX_ERRORTYPE GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles);
bool QueryHavingThisRole(const OMX_STRING role);