Bugfix in doc

This commit is contained in:
Guillaume Damiand 2018-09-11 11:46:13 +02:00
parent eff2646643
commit 64c7a083ce
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ public:
Quaternion rot(...); Quaternion rot(...);
cout << "Rotation=" << rot << endl; cout << "Rotation=" << rot << endl;
\endcode */ \endcode */
std::ostream &operator<<(std::ostream &o, const CGAL::qglviewer::Vec &); std::ostream &operator<<(std::ostream &o, const CGAL::qglviewer::Quaternion &);
//@} //@}
#endif #endif