summaryrefslogtreecommitdiffstats
path: root/action_efi.cpp
diff options
context:
space:
mode:
authorKarsten Keil2008-09-02 02:02:11 +0200
committerKarsten Keil2008-09-02 02:02:11 +0200
commit08aad9a8c5ad279759e0a870b1dd0d8159ce3444 (patch)
tree90dded99cc57d2149905871ecc6bfa1ece6fe701 /action_efi.cpp
parentFix 64bit build (diff)
downloadlcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.tar.gz
lcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.tar.xz
lcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.zip
Fix lot of warnings
Diffstat (limited to 'action_efi.cpp')
-rw-r--r--action_efi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/action_efi.cpp b/action_efi.cpp
index 61362c5..57fdcc7 100644
--- a/action_efi.cpp
+++ b/action_efi.cpp
@@ -139,7 +139,7 @@ void EndpointAppPBX::efi_message_eof(void)
* set the given vbox-tone with full path (without appending)
* the tone is played and after eof, a message is received
*/
-void EndpointAppPBX::set_tone_efi(char *tone)
+void EndpointAppPBX::set_tone_efi(const char *tone)
{
struct lcr_msg *message;