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... --- platform/javascript/os_javascript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/javascript/os_javascript.h') diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index f7ce28e660..a0c7c31f2d 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -146,7 +146,7 @@ public: virtual void set_icon(const Ref &p_icon); String get_executable_path() const; virtual Error shell_open(String p_uri); - virtual String get_name(); + virtual String get_name() const; virtual bool can_draw() const; virtual String get_resource_dir() const; -- cgit v1.2.3