mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
CGuiWidgetDrawParms: Mark Default instance as const
This isn't ever modified, so it can be made const to prevent unintentional modification (and allow it to be placed within the RO segment).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "CGuiWidgetDrawParms.hpp"
|
||||
|
||||
namespace urde {
|
||||
CGuiWidgetDrawParms CGuiWidgetDrawParms::Default = {};
|
||||
const CGuiWidgetDrawParms CGuiWidgetDrawParms::Default = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user