diff options
Diffstat (limited to 'include/xine/video_decoder.h')
-rw-r--r-- | include/xine/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/video_decoder.h b/include/xine/video_decoder.h index 916cfe68b..022c2af33 100644 --- a/include/xine/video_decoder.h +++ b/include/xine/video_decoder.h @@ -62,7 +62,7 @@ struct video_decoder_class_s { /** * @brief Optional non-standard catalog to use with dgettext() for description. */ - const char *textdomain; + const char *text_domain; /* * free all class-related resources |