Skip to content

fix windows compile array->pair

Hy Murveit requested to merge murveit/kstars:guide32 into master

The windows compile failed for the recent Dark Guiding MR. It seemed to fail on the declaration std::array<Seconds, 2> I converted this to std::pair<Seconds, Seconds> in hopes of fixing the compile.

Merge request reports