summaryrefslogtreecommitdiff
path: root/src/libaudcore/probe-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaudcore/probe-buffer.h')
-rw-r--r--src/libaudcore/probe-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libaudcore/probe-buffer.h b/src/libaudcore/probe-buffer.h
index 8bec69f..5cdfc29 100644
--- a/src/libaudcore/probe-buffer.h
+++ b/src/libaudcore/probe-buffer.h
@@ -39,7 +39,7 @@
class ProbeBuffer : public VFSImpl
{
public:
- ProbeBuffer (const char * filename, SmartPtr<VFSImpl> && file);
+ ProbeBuffer (const char * filename, VFSImpl * file);
~ProbeBuffer ();
int64_t fread (void * ptr, int64_t size, int64_t nmemb);