]> git.tdb.fi Git - libs/core.git/commit - source/debug/errorreporter.h
Move accessors of static data members to .cpp files
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 16:07:33 +0000 (18:07 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 16:07:33 +0000 (18:07 +0200)
commit96c28280b6b97198d7411e1f03222f6ce889b2a3
treeb313a9ff4a4de74c91850b5575ae9b3c5f8bda2e
parentc77c9fc85ca6b9fc111b1a3d8a84c3903e3dd646
Move accessors of static data members to .cpp files

Importing data items directly is tricky on MSVC, so better to hide them
behind functions.
source/core/application.cpp
source/core/application.h
source/debug/errorreporter.cpp
source/debug/errorreporter.h