mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use enum class
This commit is contained in:
parent
a52b8882bc
commit
e38ad33fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace app::browser::main::tab
|
||||||
class Page : public Gtk::Box
|
class Page : public Gtk::Box
|
||||||
{
|
{
|
||||||
// Extras
|
// Extras
|
||||||
enum MIME
|
enum class MIME
|
||||||
{
|
{
|
||||||
TEXT_PLAIN,
|
TEXT_PLAIN,
|
||||||
TEXT_GEMINI,
|
TEXT_GEMINI,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue