Skip to content

Commit 3f5ea15

Browse files
author
beryll1um
committed
fix(build): ...
1 parent 7af3211 commit 3f5ea15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.12)
22

33
project(UnifiedEngine VERSION 0.0.3)
44

5+
set(CMAKE_CXX_STANDARD 17)
6+
57
set(UNIFIED_PROJECT ${PROJECT_NAME})
68
set(UNIFIED_VERSION ${PROJECT_VERSION})
79

examples/bounce/bounce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ExampleBounce : public Application
4141
}
4242
}
4343

44-
virtual ~ExampleBounce() {
44+
~ExampleBounce() {
4545
Modules::ImGuiLayer::Destroy();
4646
}
4747

0 commit comments

Comments
 (0)