diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-26 05:31:02 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-26 05:31:02 -0400 |
| commit | 0439e18fe4cd2500c4ab6b3ff219c53153cf2175 (patch) | |
| tree | 9f7d3a29b137d65142662d466b92924046e3650d /src/organizercore.h | |
| parent | c82c7af678c088a6b94fc8a4a0f31fc9498e8220 (diff) | |
changed enum case to follow convention
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index c9434e92..6f9defc2 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -59,8 +59,8 @@ namespace MOBase { enum class FileExecutionTypes
{
- executable = 1,
- other = 2
+ Executable = 1,
+ Other = 2
};
bool GetFileExecutionContext(
|
