mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
replace std constructions with glib
This commit is contained in:
parent
a064778d68
commit
cbf786ce4c
8 changed files with 60 additions and 61 deletions
|
|
@ -2,8 +2,7 @@
|
|||
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_HPP
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
|
||||
#include <string>
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
namespace app::browser::main::tab::page
|
||||
{
|
||||
|
|
@ -16,7 +15,7 @@ namespace app::browser::main::tab::page
|
|||
~Content();
|
||||
|
||||
void set(
|
||||
const std::string & buffer
|
||||
const Glib::ustring & buffer
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue