From 9316f8202393d5b44ebc6fc9d06ecbb9eef103a9 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 22 Dec 2024 12:59:22 -0800 Subject: [PATCH] Fix missing colon in haiku UI frontend --- backends/ui/haiku/prefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/ui/haiku/prefs.h b/backends/ui/haiku/prefs.h index 5db6641..bcdc452 100644 --- a/backends/ui/haiku/prefs.h +++ b/backends/ui/haiku/prefs.h @@ -21,7 +21,7 @@ class HaikuPrefsWindow : public BWindow { std::map cats; std::map cat_btns; BCheckBox *cat_enable; - void AddCat(std:string name, BBitmap* img); + void AddCat(std::string name, BBitmap* img); BBitmap *LoadCat(const char *path); BBitmap *LoadCat(const void *ptr, size_t len, const char *name); int32 cur_option = 0;