diff options
-rw-r--r-- | xbmc/interfaces/legacy/Control.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/legacy/Control.cpp b/xbmc/interfaces/legacy/Control.cpp index db0e978c8f..c507043659 100644 --- a/xbmc/interfaces/legacy/Control.cpp +++ b/xbmc/interfaces/legacy/Control.cpp @@ -403,9 +403,9 @@ namespace XBMCAddon // ============================================================ // ============================================================ ControlImage::ControlImage(long x, long y, long width, long height, - const char* filename, long aspectRatio, + const char* filename, long aRatio, const char* _colorDiffuse): - colorDiffuse(0) + colorDiffuse(0), aspectRatio(aRatio) { dwPosX = x; dwPosY = y; |