Skip to content

Commit 0037827

Browse files
committed
[fix oversight in dmd/timetrace.h, causing a warning]
1 parent f3e5130 commit 0037827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmd/timetrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Expression;
1616
class FuncDeclaration;
17-
class OutBuffer;
17+
struct OutBuffer;
1818

1919
enum class TimeTraceEventType
2020
{

0 commit comments

Comments
 (0)