mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55: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
|
|
@ -1,7 +1,6 @@
|
|||
#include "content.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::page;
|
||||
using namespace std;
|
||||
|
||||
Content::Content()
|
||||
{
|
||||
|
|
@ -17,7 +16,7 @@ Content::Content()
|
|||
Content::~Content() = default;
|
||||
|
||||
void Content::set(
|
||||
const string & buffer
|
||||
const Glib::ustring & buffer
|
||||
) {
|
||||
// @TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue