Skip to content

Commit

Permalink
Fix build with EASTL as it's function implementation requires DataMod…
Browse files Browse the repository at this point in the history
…elHandle defined here.
  • Loading branch information
rokups committed Feb 27, 2021
1 parent 176260a commit 1ca9e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/RmlUi/Core/DataTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

#include "Header.h"
#include "Types.h"
#include "DataModelHandle.h"

namespace Rml {

class VariableDefinition;
class DataTypeRegister;
class TransformFuncRegister;
class DataModelHandle;
class DataVariable;

using DataGetFunc = Function<void(Variant&)>;
Expand Down

0 comments on commit 1ca9e9c

Please sign in to comment.