1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed a typo in linux X embed code

This commit is contained in:
hogliux 2017-05-23 09:47:31 +01:00
parent ed05677090
commit d4885014dc

View file

@ -195,7 +195,7 @@ public:
}
//==============================================================================
friend class Ref;
friend struct Ref;
static HashMap<ComponentPeer*, SharedKeyWindow*>* keyWindows;
};