On 17 ноя, 23:56, Robert Heller <hel...@deepsoft.com> wrote: > ./../../C++/ParserClassesBoost/TrackGraph.h:747: error: `float > Parsers::TrackGraph::Transform2D::matrix[3][3]' is private > ./../../C++/ParserClassesBoost/TrackGraph.cc:675: error: within this context > ... > I don't understand these error messages.
Variable matrix is private for Transform2D, but you try to access it from TrackGraph class. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus