aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'io.cpp')
-rw-r--r--io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.cpp b/io.cpp
index 6970a1c9..4dfd811e 100644
--- a/io.cpp
+++ b/io.cpp
@@ -130,7 +130,7 @@ void io_buffer_read(io_buffer_t *d)
}
-io_buffer_t *io_buffer_create(bool is_input)
+io_buffer_t *io_buffer_t::create(bool is_input)
{
bool success = true;
io_buffer_t *buffer_redirect = new io_buffer_t(is_input ? 0 : 1);