diff options
author | Johannes Schickel | 2010-04-12 19:10:21 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-04-12 19:10:21 +0000 |
commit | 050aca584ba9b77c169b707db2e2a427e8c92637 (patch) | |
tree | 169e2a381ffd162a1cd22c6158934b299310661d /gui | |
parent | fe566293e71ecb481d67f3c748759986acd92f0f (diff) | |
download | scummvm-rg350-050aca584ba9b77c169b707db2e2a427e8c92637.tar.gz scummvm-rg350-050aca584ba9b77c169b707db2e2a427e8c92637.tar.bz2 scummvm-rg350-050aca584ba9b77c169b707db2e2a427e8c92637.zip |
Fix use of "friend" keyword in KYRA for strict C++ compilers.
Unlike g++, which does inherit friends (it seems), C++ does
specify that friend is not inherited. I.e. when B is a friend of
A and you have a class C subclassing B, C is not allowed to
access private memebers of A.
svn-id: r48641
Diffstat (limited to 'gui')
0 files changed, 0 insertions, 0 deletions