cec: rename cec_type_list::Add() and Clear() back to lower case or we'll break XBMC...
[deb_libcec.git] / include / cectypes.h
index 3e4c85390978f71c36f7b6d7aaddd18bd97eb523..f561d84748692ebf7116562f0a8d3357fece687a 100644 (file)
@@ -738,13 +738,13 @@ typedef struct cec_device_type_list
   cec_device_type types[5];
 
 #ifdef __cplusplus
-  void Clear(void)
+  void clear(void)
   {
     for (unsigned int iPtr = 0; iPtr < 5; iPtr++)
      types[iPtr] = CEC_DEVICE_TYPE_RESERVED;
   }
 
-  void Add(const cec_device_type type)
+  void add(const cec_device_type type)
   {
     for (unsigned int iPtr = 0; iPtr < 5; iPtr++)
     {