Default constructor argument
This commit is contained in:
parent
6a73419f38
commit
5f31c40898
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ public:
|
|||
#endif
|
||||
|
||||
// Default ctor
|
||||
VulkanExampleBase(bool enableValidation);
|
||||
VulkanExampleBase(bool enableValidation = false);
|
||||
|
||||
// dtor
|
||||
virtual ~VulkanExampleBase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue