• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Boss Reward tfs 1.4

_M4G0_

Well-Known Member
Joined
Feb 6, 2016
Messages
504
Solutions
16
Reaction score
98
I'm trying to add it to tfs 1.4, but I'm having these errors, does anyone have a solution?

Code:
Error    C2248    'Container::maxSize': cannot access private member declared in class 'Container'   
Error    C2248    'Container::unlocked': cannot access private member declared in class 'Container'   
Error    C2248    'Container::pagination': cannot access private member declared in class 'Container'   
Error    C2248    'Container::maxSize': cannot access private member declared in class 'Container'   
Error    C2248    'Container::unlocked': cannot access private member declared in class 'Container'   
Error    C2248    'Container::pagination': cannot access private member declared in class 'Container'

tfs 1.4
 
Back
Top