diff --git a/src/app/browser/main/tab/page.hpp b/src/app/browser/main/tab/page.hpp index a47b6220..9cc255d1 100644 --- a/src/app/browser/main/tab/page.hpp +++ b/src/app/browser/main/tab/page.hpp @@ -94,6 +94,11 @@ namespace app::browser::main::tab public: + /* + * Gemini protocol + * + * https://geminiprotocol.net + */ struct Gemini { // Defaults @@ -139,7 +144,7 @@ namespace app::browser::main::tab static bool meta( const Glib::ustring & RESPONSE, Status & status, - MIME & mime + MIME & mime // same to page global ); }; };