[Misc] Fix Some Warnings on Clang Build with Windows + Adding constexpr
This commit is contained in:
committed by
Radosław Gliński
parent
5f918ef28d
commit
7479ccc292
@@ -21,7 +21,7 @@ namespace ui {
|
||||
|
||||
class ImGuiDialog {
|
||||
public:
|
||||
~ImGuiDialog();
|
||||
virtual ~ImGuiDialog();
|
||||
|
||||
// Shows a simple message box containing a text message.
|
||||
// Callers can want for the dialog to close with Wait().
|
||||
|
||||
Reference in New Issue
Block a user