mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-19 03:01:41 +02:00
Fixed build error caused by last commit (tested on Linux)
This commit is contained in:
parent
52564a473a
commit
87349de8e3
2 changed files with 7 additions and 0 deletions
|
@ -54,3 +54,9 @@ CArchAppUtilUnix::run(int argc, char** argv, CreateTaskBarReceiverFunc createTas
|
|||
{
|
||||
return app().runInner(argc, argv, NULL, &standardStartupStatic, createTaskBarReceiver);
|
||||
}
|
||||
|
||||
void
|
||||
CArchAppUtilUnix::startNode()
|
||||
{
|
||||
app().startNode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue