Browse Source

fix comments

CPP-GTK4
yggverse 2 months ago
parent
commit
9cf31fe853
  1. 2
      src/app/browser.hpp
  2. 2
      src/app/browser/main/tab/page/navigation/history.hpp

2
src/app/browser.hpp

@ -33,7 +33,7 @@ namespace app @@ -33,7 +33,7 @@ namespace app
*/
struct DB
{
// APP_BROWSER_MAIN_TAB__*
// APP_BROWSER__*
struct SESSION
{
enum

2
src/app/browser/main/tab/page/navigation/history.hpp

@ -29,7 +29,7 @@ namespace app::browser::main::tab::page::navigation @@ -29,7 +29,7 @@ namespace app::browser::main::tab::page::navigation
*/
struct DB
{
// APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_REQUEST__*
// APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_HISTORY__*
struct SESSION
{
enum

Loading…
Cancel
Save