mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Fixed compile error
This commit is contained in:
parent
85ca5027f4
commit
cb7baee045
@ -118,6 +118,7 @@ std::tuple<std::size_t, int, std::string, std::string> gfnWithWorkspace(
|
|||||||
|
|
||||||
std::tuple<std::size_t, int, std::string, std::string> Window::getFocusedNode(
|
std::tuple<std::size_t, int, std::string, std::string> Window::getFocusedNode(
|
||||||
const Json::Value& nodes, std::string& output) {
|
const Json::Value& nodes, std::string& output) {
|
||||||
|
Json::Value placeholder = 0;
|
||||||
return gfnWithWorkspace(nodes, output, config_, bar_, placeholder);
|
return gfnWithWorkspace(nodes, output, config_, bar_, placeholder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user