summaryrefslogtreecommitdiff
path: root/avmedia/source
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source')
-rw-r--r--avmedia/source/vlc/wrapper/Common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/vlc/wrapper/Common.cxx b/avmedia/source/vlc/wrapper/Common.cxx
index 8eb23be81c75..cadf00250ccb 100644
--- a/avmedia/source/vlc/wrapper/Common.cxx
+++ b/avmedia/source/vlc/wrapper/Common.cxx
@@ -13,8 +13,8 @@ namespace
{
const char AVMEDIA_NO_ERROR[] = "No error";
- const char* ( *libvlc_get_version ) (void);
- char * ( * libvlc_errmsg ) (void);
+ const char* ( *libvlc_get_version ) ();
+ char * ( * libvlc_errmsg ) ();
}
namespace avmedia