Change some explicit usage
This commit is contained in:
@@ -32,7 +32,7 @@ class ScopedGObject {
|
||||
public:
|
||||
ScopedGObject() : object_(nullptr) {}
|
||||
|
||||
explicit ScopedGObject(const ScopedGObject& other) : object_(nullptr) {
|
||||
ScopedGObject(const ScopedGObject& other) : object_(nullptr) {
|
||||
reset(other.object_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user