]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re_vfs/include/impl/vcon_stream_impl.h
update
[l4.git] / l4 / pkg / l4re_vfs / include / impl / vcon_stream_impl.h
index 1c29c5a9f85131391ee835dd2f643380aa2e9821..333f4994531481a97e40f6232200f7492f7e3d82 100644 (file)
@@ -28,7 +28,7 @@
 
 namespace L4Re { namespace Core {
 Vcon_stream::Vcon_stream(L4::Cap<L4::Vcon> s) throw()
-: Be_file(), _s(s), _irq(cap_alloc()->alloc<L4::Irq>())
+: Be_file_stream(), _s(s), _irq(cap_alloc()->alloc<L4::Irq>())
 {
 #if 1
   //printf("VCON: irq cap = %lx\n", _irq.cap());