mirror of https://github.com/CGAL/cgal
Bugfix in doc
This commit is contained in:
parent
eff2646643
commit
64c7a083ce
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue