diff --git a/upptst/TestChStyle/main.cpp b/upptst/TestChStyle/main.cpp index f620abe7b..b2334b142 100644 --- a/upptst/TestChStyle/main.cpp +++ b/upptst/TestChStyle/main.cpp @@ -33,10 +33,12 @@ TestChStyle::TestChStyle() Dc(dc_readonly); Dc(dc_disabled); dc_disabled.Disable(); - + +#ifdef CPP_11 standard << [] { Ctrl::SetSkin(ChStdSkin); }; classic << [] { Ctrl::SetSkin(ChClassicSkin); }; host << [] { Ctrl::SetSkin(ChHostSkin); }; +#endif } GUI_APP_MAIN