Kaydet (Commit) 8abfe7d0 authored tarafından Katarina Behrens's avatar Katarina Behrens

Feeble attempt to fix build on Android (with -Werror=shadow)

Change-Id: I13f443eafa0264030cfa550365b699e1bdae9452
üst 99438adf
...@@ -458,7 +458,7 @@ SlideTransitionPane::SlideTransitionPane( ...@@ -458,7 +458,7 @@ SlideTransitionPane::SlideTransitionPane(
get(mpPB_SLIDE_SHOW, "slide_show"); get(mpPB_SLIDE_SHOW, "slide_show");
get(mpCB_AUTO_PREVIEW, "auto_preview"); get(mpCB_AUTO_PREVIEW, "auto_preview");
String maSTR_NO_TRANSITION( SdResId(STR_SLIDETRANSITION_NONE) ); maSTR_NO_TRANSITION( SD_RESSTR( STR_SLIDETRANSITION_NONE ) );
mpLB_SLIDE_TRANSITIONS->set_width_request(mpLB_SLIDE_TRANSITIONS->approximate_char_width() * 16); mpLB_SLIDE_TRANSITIONS->set_width_request(mpLB_SLIDE_TRANSITIONS->approximate_char_width() * 16);
mpLB_SLIDE_TRANSITIONS->set_height_request(mpLB_SLIDE_TRANSITIONS->GetTextHeight() * 16); mpLB_SLIDE_TRANSITIONS->set_height_request(mpLB_SLIDE_TRANSITIONS->GetTextHeight() * 16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment