diff options
Diffstat (limited to 'include/xine/demux.h')
-rw-r--r-- | include/xine/demux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/demux.h b/include/xine/demux.h index 35a5c9a82..72808f76d 100644 --- a/include/xine/demux.h +++ b/include/xine/demux.h @@ -66,7 +66,7 @@ struct demux_class_s { /** * @brief Optional non-standard catalog to use with dgettext() for description. */ - const char *textdomain; + const char *text_domain; /** * @brief MIME types supported for this plugin |