Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Fix google-explicit-constructor warnings."
Browse files Browse the repository at this point in the history
  • Loading branch information
chih-hung authored and Gerrit Code Review committed Sep 1, 2016
2 parents 47784a7 + 6d09d54 commit a6b6252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/input/SpriteController.h
Expand Up @@ -214,7 +214,7 @@ class SpriteController : public MessageHandler {
virtual ~SpriteImpl();

public:
SpriteImpl(const sp<SpriteController> controller);
explicit SpriteImpl(const sp<SpriteController> controller);

virtual void setIcon(const SpriteIcon& icon);
virtual void setVisible(bool visible);
Expand Down
Expand Up @@ -26,7 +26,7 @@ namespace android {

class NativeInputApplicationHandle : public InputApplicationHandle {
public:
NativeInputApplicationHandle(jweak objWeak);
explicit NativeInputApplicationHandle(jweak objWeak);
virtual ~NativeInputApplicationHandle();

jobject getInputApplicationHandleObjLocalRef(JNIEnv* env);
Expand Down

0 comments on commit a6b6252

Please sign in to comment.