Skip to content

Commit 350e2a7

Browse files
committed
Add intptr interface
1 parent 64022ca commit 350e2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ObjFileBase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ readmeta{T<:ObjectHandle}(io::IO, ::Type{T}) =
7777

7878
# Querying general properties
7979
@mustimplement endianness(oh::ObjectHandle)
80+
@mustimplement intptr(oh::ObjectHandle)
8081

8182
# ObjectHandle IO interface
8283
@mustimplement seek(oh::ObjectHandle, args...)

0 commit comments

Comments
 (0)