summaryrefslogtreecommitdiff
path: root/src/object2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object2.cc b/src/object2.cc
index 6b56d6dd..496b542d 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -4435,7 +4435,7 @@ static bool_ theme_changed(obj_theme theme)
/*
* Maga-Hack -- match certain types of object only.
*/
-bool_ kind_is_theme(int k_idx)
+static bool kind_is_theme(int k_idx)
{
object_kind *k_ptr = &k_info[k_idx];