mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Make constructors explicit
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
/**
|
||||
* Instantiate a new DebugRenderer with a custom shader program.
|
||||
*/
|
||||
DebugRenderer(std::unique_ptr<ghoul::opengl::ProgramObject> programObject);
|
||||
explicit DebugRenderer(std::unique_ptr<ghoul::opengl::ProgramObject> programObject);
|
||||
~DebugRenderer() = default;
|
||||
|
||||
/**
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace openspace {
|
||||
|
||||
class ScreenSpaceDebugPlane : public ScreenSpaceRenderable {
|
||||
public:
|
||||
ScreenSpaceDebugPlane(const ghoul::Dictionary& dictionary);
|
||||
explicit ScreenSpaceDebugPlane(const ghoul::Dictionary& dictionary);
|
||||
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user