aboutsummaryrefslogtreecommitdiff
path: root/layers/layers_config.cpp
diff options
context:
space:
mode:
authorIan Elliott <ian@LunarG.com>2015-02-25 17:40:38 -0700
committerIan Elliott <ian@LunarG.com>2015-02-25 17:40:38 -0700
commitc88216fef874eb08a085265184826c6809da40ff (patch)
treedafc80c8340820dc7299137f63aa639271506ae7 /layers/layers_config.cpp
parent154fe636ee893b6835c2b8f9a8f2bfc0432c7067 (diff)
downloadusermoji-c88216fef874eb08a085265184826c6809da40ff.tar.xz
Win: Fix compilation error on Windows (xgl_helper.py).
Visual Studio doesn't like the following code construct: if (<some test>) return <something>; <type> variable [= <intial-value>]; We have to use curly-braces, as in: if (<some test>) { return <something>; } <type> variable [= <intial-value>];
Diffstat (limited to 'layers/layers_config.cpp')
0 files changed, 0 insertions, 0 deletions