1
0
Fork 0
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:
jules 2012-06-18 12:10:21 +01:00
parent b1cc8cce00
commit 5913db4697

View file

@ -1465,7 +1465,7 @@ public:
{
lastMousePos = mousePos;
if (parentWindow != nullptr && (styleFlags & windowHasTitleBar) == 0)
if (parentWindow != 0 && (styleFlags & windowHasTitleBar) == 0)
{
Window wRoot = 0, wParent = 0;