Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1041 from MartinNowak/xtoString
Browse files Browse the repository at this point in the history
fix TypeInfo_Struct.xtoString declaration in object.d
  • Loading branch information
rainers committed Nov 22, 2014
2 parents e0169cf + 25ccff6 commit 6648dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_.d
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ class TypeInfo_Struct : TypeInfo
size_t function(in void*) xtoHash;
bool function(in void*, in void*) xopEquals;
int function(in void*, in void*) xopCmp;
char[] function(in void*) xtoString;
string function(in void*) xtoString;

enum StructFlags : uint
{
Expand Down

0 comments on commit 6648dac

Please sign in to comment.