diff options
Diffstat (limited to 'source/Plugin.h')
-rw-r--r-- | source/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.h b/source/Plugin.h index be10f1cde..f3d7a1c56 100644 --- a/source/Plugin.h +++ b/source/Plugin.h @@ -131,7 +131,7 @@ public: { E_CPP, E_LUA, - E_SQUIRREL, + E_SQUIRREL, // OBSOLETE, but kept in place to remind us of the horrors lurking in the history }; PluginLanguage GetLanguage() { return m_Language; } void SetLanguage( PluginLanguage a_Language ) { m_Language = a_Language; } |