mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
use enum class
This commit is contained in:
parent
a52b8882bc
commit
e38ad33fa6
@ -26,7 +26,7 @@ namespace app::browser::main::tab
|
||||
class Page : public Gtk::Box
|
||||
{
|
||||
// Extras
|
||||
enum MIME
|
||||
enum class MIME
|
||||
{
|
||||
TEXT_PLAIN,
|
||||
TEXT_GEMINI,
|
||||
|
Loading…
x
Reference in New Issue
Block a user