diff options
Diffstat (limited to 'include/xine/audio_decoder.h')
-rw-r--r-- | include/xine/audio_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/audio_decoder.h b/include/xine/audio_decoder.h index 49194e290..05d29823d 100644 --- a/include/xine/audio_decoder.h +++ b/include/xine/audio_decoder.h @@ -61,7 +61,7 @@ struct audio_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 |