Skip to content

Commit f56a1ab

Browse files
qaisjpccw808
authored andcommitted
Fix compile error in 1735e60
1 parent 5393fca commit f56a1ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Shared/mods/deathmatch/logic/CLuaShared.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
*****************************************************************************/
99
#pragma once
10-
static class CLuaShared
10+
class CLuaShared
1111
{
1212
public:
13-
static void EmbedChunkName ( SString strChunkName, const char** pcpOutBuffer, uint* puiOutSize );
14-
static bool CheckUTF8BOMAndUpdate ( const char** pcpOutBuffer, uint* puiOutSize );
15-
};
13+
static void EmbedChunkName ( SString strChunkName, const char** pcpOutBuffer, uint* puiOutSize );
14+
static bool CheckUTF8BOMAndUpdate ( const char** pcpOutBuffer, uint* puiOutSize );
15+
};

0 commit comments

Comments
 (0)