Skip to content

Commit 456d5da

Browse files
committed
GUI: fix wrongly-placed #endif
This broke building without SEMANTIC defined.
1 parent 88239f2 commit 456d5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qtgui/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ int main(int argc, char **argv)
442442
if (theconfig->getConfParam("sem_venv", unused) && !unused.empty()) {
443443
semantic_enabled = true;
444444
}
445-
}
446445
#endif // SEMANTIC
446+
}
447447

448448
string historyfile = path_cat(theconfig->getConfDir(), "history");
449449
g_dynconf = new RclDynConf(historyfile);

0 commit comments

Comments
 (0)