Skip to content

Commit

Permalink
call SetMaskImageFilename by reference
Browse files Browse the repository at this point in the history
to make cppcheck happy
  • Loading branch information
dekarl committed May 11, 2016
1 parent 79d2ce9 commit 00c2a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythversion.h
Expand Up @@ -12,7 +12,7 @@
/// Update this whenever the plug-in ABI changes.
/// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and
/// libmythui class methods in exported headers.
#define MYTH_BINARY_VERSION "0.28.20160309-1"
#define MYTH_BINARY_VERSION "0.28.20160511-1"

/** \brief Increment this whenever the MythTV network protocol changes.
* Note that the token currently cannot contain spaces.
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuiimage.h
Expand Up @@ -30,7 +30,7 @@ class ImageProperties
ImageProperties &operator=(const ImageProperties &other);

void SetMaskImage(MythImage *image);
void SetMaskImageFilename(const QString filename)
void SetMaskImageFilename(const QString &filename)
{
maskImageFilename=filename;
}
Expand Down

0 comments on commit 00c2a2b

Please sign in to comment.