mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
ncplot: C++ headers need match declaration order #627
This commit is contained in:
parent
89a4b6f726
commit
ec077a0bf2
@ -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…
Reference in New Issue
Block a user