mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Linux compile error fix.
This commit is contained in:
parent
b1cc8cce00
commit
5913db4697
1 changed files with 1 additions and 1 deletions
|
|
@ -1465,7 +1465,7 @@ public:
|
|||
{
|
||||
lastMousePos = mousePos;
|
||||
|
||||
if (parentWindow != nullptr && (styleFlags & windowHasTitleBar) == 0)
|
||||
if (parentWindow != 0 && (styleFlags & windowHasTitleBar) == 0)
|
||||
{
|
||||
Window wRoot = 0, wParent = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue