]> git.tdb.fi Git - builder.git/commit
Move FileTarget's constructors to the .cpp file
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 17:09:48 +0000 (19:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 17:29:46 +0000 (19:29 +0200)
commit55569b39422c980d051e1da9b476a249ec2b64af
treeca2bb0e0f56e93b85d3137eb69d44a38b1601b9b
parent504ad60b7c3a0f821e4443a24052a261ddb409c7
Move FileTarget's constructors to the .cpp file

This avoids an undefined reference error on MSVC.
source/lib/filetarget.cpp
source/lib/filetarget.h