Fix warning

This commit is contained in:
Vinnie Falco
2013-07-12 14:41:22 -07:00
parent 8e2722da95
commit 4f19ea4a8e
2 changed files with 0 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ bool Process::openEmailWithAttachments (const String& targetEmailAddress,
class WebInputStream
: public InputStream
, LeakChecked <WebInputStream>
, Uncopyable
{
public:
//==============================================================================

View File

@@ -300,7 +300,6 @@ private:
class WebInputStream
: public InputStream
, LeakChecked <WebInputStream>
, Uncopyable
{
public:
WebInputStream (const String& address_, bool isPost_, const MemoryBlock& postData_,