cec: renamed GetOSDName() -> GetDeviceOSDName()
[deb_libcec.git] / src / lib / LibCEC.h
index 02ea9c29a0f751eee1484b0c8ef46780bfd87fa0..c8917906cf8222a71118c74455afb29ee56e1f89 100644 (file)
@@ -94,7 +94,7 @@ namespace CEC
       virtual uint8_t MuteAudio(bool bWait = true);
       virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = false);
       virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false);
-      virtual cec_osd_name GetOSDName(cec_logical_address iAddress);
+      virtual cec_osd_name GetDeviceOSDName(cec_logical_address iAddress);
       virtual bool EnablePhysicalAddressDetection(void);
       virtual cec_logical_address GetActiveSource(void);
       virtual bool IsActiveSource(cec_logical_address iAddress);