]> git.mxchange.org Git - flightgear.git/commit
plib-1.8.0 no longer defines the cchar type (which we used because we were
authorcurt <curt>
Mon, 22 Mar 2004 15:00:42 +0000 (15:00 +0000)
committercurt <curt>
Mon, 22 Mar 2004 15:00:42 +0000 (15:00 +0000)
commitba840da288689d7b634581776b44846a55be579e
tree12cc92455b9158abff9548cb93a9bc2aba7efa9b
parentf08625d64decbbbd9fe92d14a91befd89873bfb3
plib-1.8.0 no longer defines the cchar type (which we used because we were
deriving a class and the base class used this type.)  Return to using
const char and hope people compiling against earlier versions of plib
have compilers that think typedef const char cchar; char *abc; is equivalent
to const char *abd;
src/FDM/ExternalNet/ExternalNet.hxx