diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index 1900c4f0..3938cb8d 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -426,6 +426,7 @@ static void handleEvent(const xcb_generic_event_t *event) \ { \ vulkanExample->handleEvent(event); \ } \ +} \ int main(const int argc, const char *argv[]) \ { \ vulkanExample = new VulkanExample(); \