1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Jucer updates for linux VST support. Small additions to Path, Expression, File.

This commit is contained in:
Julian Storer 2010-09-13 13:25:58 +01:00
parent 73f17dba08
commit 1f88582434
20 changed files with 454 additions and 160 deletions

View file

@ -100,7 +100,7 @@ public:
Term* clone() const { return new Symbol (mainSymbol, member); }
int getNumInputs() const { return 0; }
Term* getInput (int) const { return 0; }
const String getFunctionName() const { return toString(); }
const String getSymbolName() const { return toString(); }
const String toString() const
{