diff options
Diffstat (limited to 'Primitives/interface')
| -rw-r--r-- | Primitives/interface/BasicTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h index ccd7257f..ed3e4bb6 100644 --- a/Primitives/interface/BasicTypes.h +++ b/Primitives/interface/BasicTypes.h @@ -45,7 +45,7 @@ namespace Diligent typedef bool Bool; ///< Boolean static constexpr Bool False = false; - static constexpr Bool True = true; + static constexpr Bool True = true; typedef char Char; typedef std::basic_string<Char> String; ///< String variable |
