summaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/extfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/extfs.cpp b/src/fs/extfs.cpp
index 19c294b..55cffd8 100644
--- a/src/fs/extfs.cpp
+++ b/src/fs/extfs.cpp
@@ -27,7 +27,7 @@ namespace fs
read_superblock(m_stream, m_primarySuperblock);
}
- extfs::operator bool() const
+ bool extfs::open() const
{
return m_stream && m_primarySuperblock.magic_number == kExtfsMagic;
}