Skip to content
Snippets Groups Projects
Commit 789ab77f authored by Marco Biasini's avatar Marco Biasini
Browse files

mark EntityView c'tor explicit

parent ba98cc02
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ public:
///
/// \param entity The handle the view is created from.
/// \param flags An ORed together list of ViewAddFlag
EntityView(const EntityHandle& entity,
ViewAddFlags flags=0);
explicit EntityView(const EntityHandle& entity,
ViewAddFlags flags=0);
/// \name View validity
//@{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment