diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-03 12:11:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-03 12:11:15 +0200 |
commit | 8217625cc2f38882aaf632eaad5981f0853f6cb1 (patch) | |
tree | 6a37c4c5d824c518e08e05f20e40e7bedff070c1 | |
parent | 1084fd8cedd99a0c297b3e0391609684ee4c1d13 (diff) |
aruco: pass -pedantic
-rw-r--r-- | ftnoir_tracker_aruco/include/markerdetector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/include/markerdetector.h b/ftnoir_tracker_aruco/include/markerdetector.h index 6f489c34..8a351f7c 100644 --- a/ftnoir_tracker_aruco/include/markerdetector.h +++ b/ftnoir_tracker_aruco/include/markerdetector.h @@ -355,5 +355,5 @@ private: -}; +} #endif |