• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ Boss Reward tfs 1.4

_M4G0_

Intermediate OT User
Joined
Feb 6, 2016
Messages
550
Solutions
17
Reaction score
108
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
 

Similar threads

Back
Top