Gui: Single arg ctors must be explicit (PR #7369)
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
|
||||
class NaviCubeImplementation : public ParameterGrp::ObserverType {
|
||||
public:
|
||||
NaviCubeImplementation(Gui::View3DInventorViewer*);
|
||||
explicit NaviCubeImplementation(Gui::View3DInventorViewer*);
|
||||
~NaviCubeImplementation() override;
|
||||
void drawNaviCube();
|
||||
void createContextMenu(const std::vector<std::string>& cmd);
|
||||
|
||||
Reference in New Issue
Block a user