mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
disallow buffer change, include string dependency
This commit is contained in:
parent
626997af14
commit
f1e5714456
2 changed files with 4 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Content::Content()
|
|||
Content::~Content() = default;
|
||||
|
||||
void Content::set(
|
||||
string buffer
|
||||
const string & buffer
|
||||
) {
|
||||
// @TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue