Skip to content

Commit

Permalink
Fix clang error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yankes committed Sep 4, 2016
1 parent 2ffec78 commit cb0929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/ScriptBind.h
Expand Up @@ -706,7 +706,7 @@ struct ArgRawDef

struct ArgNullDef
{
using ReturnType = nullptr_t;
using ReturnType = std::nullptr_t;
static constexpr size_t size = 0;
static ReturnType get(ScriptWorkerBase& sw, const Uint8* arg, ProgPos& curr)
{
Expand Down

0 comments on commit cb0929d

Please sign in to comment.