1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Minor fix for the linux build, and small fix for TreeView dragging logic

This commit is contained in:
Julian Storer 2009-10-27 17:04:51 +00:00
parent 7e56a7514c
commit 5b7f6f0f23
38 changed files with 93 additions and 89 deletions

View file

@ -25,7 +25,7 @@
// (This file gets included by juce_linux_NativeCode.cpp, rather than being
// compiled on its own).
#ifdef JUCE_INCLUDED_FILE
#if JUCE_INCLUDED_FILE
//==============================================================================