Fix a compiler warning (#1124)
Co-authored-by: hnboy <hnboy@users.noreply.github.com>
This commit is contained in:
parent
45d2d1e97d
commit
afe12dc90b
4 changed files with 6 additions and 2 deletions
|
|
@ -416,3 +416,6 @@ CWindow* IHyprLayout::getNextWindowCandidate(CWindow* pWindow) {
|
|||
|
||||
return PWINDOWCANDIDATE;
|
||||
}
|
||||
|
||||
IHyprLayout::~IHyprLayout() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue