]> git.tdb.fi Git - libs/core.git/commit
Move Memory constructors to the .cpp file
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 13:29:58 +0000 (15:29 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 14:31:19 +0000 (16:31 +0200)
commit34efed1510d68f8258c3b9db37a9f55dcb1eeda9
treef0eac1451e05e737b658f887f0dc2fd3d9f9ef57
parent5d3a5019399f97af0371f4fd6dc415d36de6ac3a
Move Memory constructors to the .cpp file

It's causing an undefined reference to vftable if they're in the header.
source/io/memory.cpp
source/io/memory.h