aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-02-13 13:27:57 +0100
committerBastien Bouclet2016-02-13 13:52:37 +0100
commitfd1f82e2278878879d5694af3f95894fe06e8d5b (patch)
tree534040715f6b61e6f3ed24a3723abbe3366578fb /engines/mohawk/video.h
parente49658cf819815286b4e386889ed55a8143dade6 (diff)
downloadscummvm-rg350-fd1f82e2278878879d5694af3f95894fe06e8d5b.tar.gz
scummvm-rg350-fd1f82e2278878879d5694af3f95894fe06e8d5b.tar.bz2
scummvm-rg350-fd1f82e2278878879d5694af3f95894fe06e8d5b.zip
MOHAWK: Make the conversion from VideoEntryPtr to VideoHandle explicit
So that it is a bit less confusing
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index 106a32f8e2..c5a3dc7041 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -293,7 +293,7 @@ private:
/**
* Constructor for internal VideoManager use
*/
- VideoHandle(VideoEntryPtr ptr);
+ explicit VideoHandle(VideoEntryPtr ptr);
/**
* The video entry this is associated with