Skip to content

Commit f26c2fa

Browse files
committed
add _ prefix to unchecked var
1 parent 63887cb commit f26c2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void Interface::changedAlgorithm() {
5555
}
5656

5757
void Interface::initialize(sf::RenderWindow& window) {
58-
bool might = ImGui::SFML::Init(window);
58+
bool _might = ImGui::SFML::Init(window);
5959

6060
ImGui::CreateContext();
6161
ImPlot::CreateContext();

0 commit comments

Comments
 (0)