Commit 88870d9b authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent f7c6d4e7
...@@ -589,7 +589,7 @@ static inline char *__var_CreateGetNonEmptyStringCommand( vlc_object_t *p_obj, ...@@ -589,7 +589,7 @@ static inline char *__var_CreateGetNonEmptyStringCommand( vlc_object_t *p_obj,
/** /**
* __var_CreateGetFloat() with automatic casting * __var_CreateGetFloat() with automatic casting
*/ */
#define var_CreateGetFloat(a,b) __var_CreateGetFloat( VLC_OBJECT(a),b) #define var_CreateGetFloatCommand(a,b) __var_CreateGetFloatCommand( VLC_OBJECT(a),b)
/** /**
* __var_CreateGetStringCommand() with automatic casting * __var_CreateGetStringCommand() with automatic casting
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment