From f78baa5f936cce8cff7359131a1e082cf6300c8b Mon Sep 17 00:00:00 2001 From: hbina085 Date: Mon, 20 May 2019 13:36:24 -0400 Subject: added a const keyword for a methods that return constant literal... --- drivers/unix/os_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/unix/os_unix.cpp') diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp index 25cdc8d8a0..4de910ee1c 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -170,7 +170,7 @@ String OS_Unix::get_stdin_string(bool p_block) { return ""; } -String OS_Unix::get_name() { +String OS_Unix::get_name() const { return "Unix"; } -- cgit v1.2.3