Add beast_basics module

This commit is contained in:
Vinnie Falco
2013-06-17 06:42:49 -07:00
parent f2d84f0a90
commit d0a309e6da
121 changed files with 15337 additions and 76 deletions

View File

@@ -253,7 +253,7 @@ public:
void writeToStream (const ValueUnion&, OutputStream& output) const
{
jassertfalse; // Can't write an object to a stream!
bassertfalse; // Can't write an object to a stream!
output.writeCompressedInt (0);
}
};
@@ -340,7 +340,7 @@ public:
void writeToStream (const ValueUnion&, OutputStream& output) const
{
jassertfalse; // Can't write a method to a stream!
bassertfalse; // Can't write a method to a stream!
output.writeCompressedInt (0);
}
};