ncplot: C++ headers need match declaration order #627

pull/1008/head
nick black 4 years ago
parent 89a4b6f726
commit ec077a0bf2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -9,8 +9,8 @@ ncplot_options PlotD::default_options = {
0, // legendstyle
ncblitter_e::NCBLIT_1x1, // ncblitter_e
0, // rangex
0, // flags
"", // title
0, // flags
};
ncplot_options PlotU::default_options = {
@ -19,8 +19,8 @@ ncplot_options PlotU::default_options = {
0, // legendstyle
ncblitter_e::NCBLIT_1x1, // ncblitter_e
0, // rangex
0, // flags
"", // title
0, // flags
};
Plane* PlotD::get_plane () const noexcept

Loading…
Cancel
Save