Commits

Ville Suoranta authored b8b5e0bc7c5 Merge
Merge pull request #842 in CASA/casa from CAS-12224 to master

* commit '403d084377440084bd6ff0c6efe7f35cfc04f488': CAS-12224 squash compiler warnings

code/bnmin1/src/apps/bayesline.hxx

Modified
13 13
14 14 #include <vector>
15 15 #include <list>
16 16
17 17 #include "../minimmodel.hxx"
18 18 #include "../twoerrline.hxx"
19 19
20 20 namespace Minim {
21 21
22 22 // Forward declarations
23 - class WPPoint;
23 + struct WPPoint;
24 24
25 25 /**
26 26 */
27 27 class LineLkl :
28 28 public Minim::MLikelihood
29 29 {
30 30
31 31 std::vector<double> x,y;
32 32
33 33 double sigmax;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut