Skip to content

Commit

Permalink
Fixing a struct-class inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesSommer committed Oct 24, 2018
1 parent 08a517f commit fc4bfb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class NS {
std::string nameSpace_;
};

class KalmanOwtConfig;
struct KalmanOwtConfig;
class OwtFactory;
class OneWayTranslator;

Expand Down

0 comments on commit fc4bfb4

Please sign in to comment.