mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-30 16:59:30 +08:00
Fields visibility fix in async::Executor
This commit is contained in:
parent
f85c1ecadc
commit
cd3ddc1882
@ -37,7 +37,7 @@
|
||||
namespace oatpp { namespace async {
|
||||
|
||||
class Executor {
|
||||
public:
|
||||
private:
|
||||
|
||||
class TaskSubmission {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user